#A04920

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

Shades of Rich Gold #A04920

Tints of Rich Gold #A04920

Color information

#A04920 (or 0xA04920) is unknown color: approx Rich Gold. HEX triplet: A0, 49 and 20. RGB value is (160,73,32). Sum of RGB (Red+Green+Blue) = 160+73+32=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A04920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04920 is #5FB6DF. Grayscale: #5E5E5E. Windows color (decimal): -6272736 or 2116000. OLE color: 2116000.

HSL color Cylindrical-coordinate representation of color #A04920: hue angle of 19.22º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A04920 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB1607332-
CMYK00.540.800.37
HSL19.22º66.67%37.65%-
HSV(B)19.22º80%62.75%-
XYZ17.1412.342.85-
YUV94.3492.82174.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.38%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 32 (12.89% from 255) = 12.08%
R=60.38%
G=27.55%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160733200.540.800.3719.2266.6737.65
HexA049200365025134326
Octal24011140066120452310346
Binary10100000100100110000001101101010000100101100111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04920; }

 p { color: rgb(160,73,32); }

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

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

 a { background-color: rgb(160,73,32); }

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

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

 span { border-color: rgb(160,73,32); }

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