#A04C16

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

Shades of Rich Gold #A04C16

Tints of Rich Gold #A04C16

Color information

#A04C16 (or 0xA04C16) is unknown color: approx Rich Gold. HEX triplet: A0, 4C and 16. RGB value is (160,76,22). Sum of RGB (Red+Green+Blue) = 160+76+22=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04C16 is #5FB3E9. Grayscale: #5F5F5F. Windows color (decimal): -6271978 or 1461408. OLE color: 1461408.

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

Color convert

RGB1607622-
CMYK00.520.860.37
HSL23.48º75.82%35.69%-
HSV(B)23.48º86.25%62.75%-
XYZ17.2312.72.3-
YUV94.9686.83174.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.02%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 22 (8.98% from 255) = 8.53%
R=62.02%
G=29.46%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160762200.520.860.3723.4875.8235.69
HexA04C160345625174c24
Octal24011426064126452711444
Binary1010000010011001011001101001010110100101101111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C16; }

 p { color: rgb(160,76,22); }

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

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

 a { background-color: rgb(160,76,22); }

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

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

 span { border-color: rgb(160,76,22); }

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