#A24418

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

Shades of Rich Gold #A24418

Tints of Rich Gold #A24418

Color information

#A24418 (or 0xA24418) is unknown color: approx Rich Gold. HEX triplet: A2, 44 and 18. RGB value is (162,68,24). Sum of RGB (Red+Green+Blue) = 162+68+24=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A24418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24418 is #5DBBE7. Grayscale: #5B5B5B. Windows color (decimal): -6142952 or 1590434. OLE color: 1590434.

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

Color convert

RGB1626824-
CMYK00.580.850.36
HSL19.13º74.19%36.47%-
HSV(B)19.13º85.19%63.53%-
XYZ17.1311.882.25-
YUV91.0990.14178.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.78%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 24 (9.77% from 255) = 9.45%
R=63.78%
G=26.77%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162682400.580.850.3619.1374.1936.47
HexA2441803A5524134a24
Octal24210430072125442311244
Binary1010001010001001100001110101010101100100100111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24418; }

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

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

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

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

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

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

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

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