#A24D18

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

Shades of Rich Gold #A24D18

Tints of Rich Gold #A24D18

Color information

#A24D18 (or 0xA24D18) is unknown color: approx Rich Gold. HEX triplet: A2, 4D and 18. RGB value is (162,77,24). Sum of RGB (Red+Green+Blue) = 162+77+24=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24D18 is #5DB2E7. Grayscale: #606060. Windows color (decimal): -6140648 or 1592738. OLE color: 1592738.

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

Color convert

RGB1627724-
CMYK00.520.850.36
HSL23.04º74.19%36.47%-
HSV(B)23.04º85.19%63.53%-
XYZ17.7213.062.45-
YUV96.3787.16174.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.60%
GREEN value IS 77 (30.47% from 255) = 29.28%
BLUE value IS 24 (9.77% from 255) = 9.13%
R=61.60%
G=29.28%
B=9.13%

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
Decimal162772400.520.850.3623.0474.1936.47
HexA24D180345524174a24
Octal24211530064125442711244
Binary1010001010011011100001101001010101100100101111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D18; }

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

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

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

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

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

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

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

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