#A04C12

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

Shades of Rich Gold #A04C12

Tints of Rich Gold #A04C12

Color information

#A04C12 (or 0xA04C12) is unknown color: approx Rich Gold. HEX triplet: A0, 4C and 12. RGB value is (160,76,18). Sum of RGB (Red+Green+Blue) = 160+76+18=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04C12 is #5FB3ED. Grayscale: #5E5E5E. Windows color (decimal): -6271982 or 1199264. OLE color: 1199264.

HSL color Cylindrical-coordinate representation of color #A04C12: hue angle of 24.51º degrees, saturation: 0.8, 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 #A04C12 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB1607618-
CMYK00.520.890.37
HSL24.51º79.78%34.9%-
HSV(B)24.51º88.75%62.75%-
XYZ17.1912.692.11-
YUV94.584.83174.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.99%
GREEN value IS 76 (30.08% from 255) = 29.92%
BLUE value IS 18 (7.42% from 255) = 7.09%
R=62.99%
G=29.92%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160761800.520.890.3724.5179.7834.9
HexA04C120345925195023
Octal24011422064131453112043
Binary1010000010011001001001101001011001100101110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C12; }

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

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

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

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

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

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

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

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