#A24D19

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

Shades of Rich Gold #A24D19

Tints of Rich Gold #A24D19

Color information

#A24D19 (or 0xA24D19) is unknown color: approx Rich Gold. HEX triplet: A2, 4D and 19. RGB value is (162,77,25). Sum of RGB (Red+Green+Blue) = 162+77+25=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24D19 is #5DB2E6. Grayscale: #606060. Windows color (decimal): -6140647 or 1658274. OLE color: 1658274.

HSL color Cylindrical-coordinate representation of color #A24D19: hue angle of 22.77º 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 #A24D19 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1627725-
CMYK00.520.850.36
HSL22.77º73.26%36.67%-
HSV(B)22.77º84.57%63.53%-
XYZ17.7313.062.51-
YUV96.4987.66174.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 77 (30.47% from 255) = 29.17%
BLUE value IS 25 (10.16% from 255) = 9.47%
R=61.36%
G=29.17%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162772500.520.850.3622.7773.2636.67
HexA24D190345524174925
Octal24211531064125442711145
Binary1010001010011011100101101001010101100100101111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D19; }

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

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

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

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

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

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

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

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