#A24916

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

Shades of Rich Gold #A24916

Tints of Rich Gold #A24916

Color information

#A24916 (or 0xA24916) is unknown color: approx Rich Gold. HEX triplet: A2, 49 and 16. RGB value is (162,73,22). Sum of RGB (Red+Green+Blue) = 162+73+22=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A24916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24916 is #5DB6E9. Grayscale: #5E5E5E. Windows color (decimal): -6141674 or 1460642. OLE color: 1460642.

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

Color convert

RGB1627322-
CMYK00.550.860.36
HSL21.86º76.09%36.08%-
HSV(B)21.86º86.42%63.53%-
XYZ17.4312.52.25-
YUV93.887.49176.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.04%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=63.04%
G=28.40%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162732200.550.860.3621.8676.0936.08
HexA249160375624164c24
Octal24211126067126442611444
Binary1010001010010011011001101111010110100100101101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24916; }

 p { color: rgb(162,73,22); }

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

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

 a { background-color: rgb(162,73,22); }

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

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

 span { border-color: rgb(162,73,22); }

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