#a04f19

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

Shades of Rich Gold #A04F19

Tints of Rich Gold #A04F19

Color information

#A04F19 (or 0xA04F19) is unknown color: approx Rich Gold. HEX triplet: A0, 4F and 19. RGB value is (160,79,25). Sum of RGB (Red+Green+Blue) = 160+79+25=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04F19 is #5FB0E6. Grayscale: #616161. Windows color (decimal): -6271207 or 1658784. OLE color: 1658784.

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

Color convert

RGB1607925-
CMYK00.510.840.37
HSL24º72.97%36.27%-
HSV(B)24º84.38%62.75%-
XYZ17.4713.142.53-
YUV97.0687.34172.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.61%
GREEN value IS 79 (31.25% from 255) = 29.92%
BLUE value IS 25 (10.16% from 255) = 9.47%
R=60.61%
G=29.92%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160792500.510.840.372472.9736.27
HexA04F190335425184924
Octal24011731063124453011144
Binary1010000010011111100101100111010100100101110001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04f19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04f19; }

 p { color: rgb(160,79,25); }

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

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

 a { background-color: rgb(160,79,25); }

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

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

 span { border-color: rgb(160,79,25); }

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