#A04C1E

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

Shades of Rich Gold #A04C1E

Tints of Rich Gold #A04C1E

Color information

#A04C1E (or 0xA04C1E) is unknown color: approx Rich Gold. HEX triplet: A0, 4C and 1E. RGB value is (160,76,30). Sum of RGB (Red+Green+Blue) = 160+76+30=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C1E is #5FB3E1. Grayscale: #606060. Windows color (decimal): -6271970 or 1985696. OLE color: 1985696.

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

Color convert

RGB1607630-
CMYK00.520.810.37
HSL21.23º68.42%37.25%-
HSV(B)21.23º81.25%62.75%-
XYZ17.3212.742.77-
YUV95.8790.83173.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.15%
GREEN value IS 76 (30.08% from 255) = 28.57%
BLUE value IS 30 (12.11% from 255) = 11.28%
R=60.15%
G=28.57%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160763000.520.810.3721.2368.4237.25
HexA04C1E0345125154425
Octal24011436064121452510445
Binary1010000010011001111001101001010001100101101011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C1E; }

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

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

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

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

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

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

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

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