#A24519

Color #A24519 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A24519

Tints of Rich Gold #A24519

Color information

#A24519 (or 0xA24519) is unknown color: approx Rich Gold. HEX triplet: A2, 45 and 19. RGB value is (162,69,25). Sum of RGB (Red+Green+Blue) = 162+69+25=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A24519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24519 is #5DBAE6. Grayscale: #5C5C5C. Windows color (decimal): -6142695 or 1656226. OLE color: 1656226.

HSL color Cylindrical-coordinate representation of color #A24519: hue angle of 19.27º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A24519 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1626925-
CMYK00.570.850.36
HSL19.27º73.26%36.67%-
HSV(B)19.27º84.57%63.53%-
XYZ17.212.012.33-
YUV91.7990.31178.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 63.28%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 25 (10.16% from 255) = 9.77%
R=63.28%
G=26.95%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162692500.570.850.3619.2773.2636.67
HexA245190395524134925
Octal24210531071125442311145
Binary1010001010001011100101110011010101100100100111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24519; }

 p { color: rgb(162,69,25); }

 H1.HeaderClassName
 {
   color: #A24519;
 }
 .AnyTagClassName
 {
   color: #A24519;
 }
</style>
background-color css

<style>
 a { background-color: #A24519; }

 a { background-color: rgb(162,69,25); }

 div.DivClassName
 {
   background-color: #A24519;
 }
 .BgClassName
 {
   background-color: #A24519;
 }
</style>
border-color css

<style>
 span { border-color: #A24519; }

 span { border-color: rgb(162,69,25); }

 td.TdClassName
 {
   border-color: #A24519;
 }
 .TagClassName
 {
   border-color: #A24519;
 }
</style>