#A04E11

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

Shades of Rich Gold #A04E11

Tints of Rich Gold #A04E11

Color information

#A04E11 (or 0xA04E11) is unknown color: approx Rich Gold. HEX triplet: A0, 4E and 11. RGB value is (160,78,17). Sum of RGB (Red+Green+Blue) = 160+78+17=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04E11 is #5FB1EE. Grayscale: #5F5F5F. Windows color (decimal): -6271471 or 1134240. OLE color: 1134240.

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

Color convert

RGB1607817-
CMYK00.510.890.37
HSL25.59º80.79%34.71%-
HSV(B)25.59º89.38%62.75%-
XYZ17.3212.962.12-
YUV95.5683.67173.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.75%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 17 (7.03% from 255) = 6.67%
R=62.75%
G=30.59%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160781700.510.890.3725.5980.7934.71
HexA04E1103359251a5123
Octal24011621063131453212143
Binary1010000010011101000101100111011001100101110101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E11; }

 p { color: rgb(160,78,17); }

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

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

 a { background-color: rgb(160,78,17); }

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

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

 span { border-color: rgb(160,78,17); }

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