#a04f14

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

Shades of Rich Gold #A04F14

Tints of Rich Gold #A04F14

Color information

#A04F14 (or 0xA04F14) is unknown color: approx Rich Gold. HEX triplet: A0, 4F and 14. RGB value is (160,79,20). Sum of RGB (Red+Green+Blue) = 160+79+20=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04F14 is #5FB0EB. Grayscale: #606060. Windows color (decimal): -6271212 or 1331104. OLE color: 1331104.

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

Color convert

RGB1607920-
CMYK00.510.880.37
HSL25.29º77.78%35.29%-
HSV(B)25.29º87.5%62.75%-
XYZ17.4213.122.28-
YUV96.4984.84173.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.78%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=61.78%
G=30.50%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160792000.510.880.3725.2977.7835.29
HexA04F140335825194e23
Octal24011724063130453111643
Binary1010000010011111010001100111011000100101110011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04f14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04f14; }

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

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

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

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

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

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

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

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