#A04A22

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

Shades of Rich Gold #A04A22

Tints of Rich Gold #A04A22

Color information

#A04A22 (or 0xA04A22) is unknown color: approx Rich Gold. HEX triplet: A0, 4A and 22. RGB value is (160,74,34). Sum of RGB (Red+Green+Blue) = 160+74+34=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A22 is #5FB5DD. Grayscale: #5F5F5F. Windows color (decimal): -6272478 or 2247328. OLE color: 2247328.

HSL color Cylindrical-coordinate representation of color #A04A22: hue angle of 19.05º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A04A22 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB1607434-
CMYK00.540.790.37
HSL19.05º64.95%38.04%-
HSV(B)19.05º78.75%62.75%-
XYZ17.2312.493.02-
YUV95.1593.49174.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.70%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 34 (13.67% from 255) = 12.69%
R=59.70%
G=27.61%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160743400.540.790.3719.0564.9538.04
HexA04A220364F25134126
Octal24011242066117452310146
Binary10100000100101010001001101101001111100101100111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04A22; }

 p { color: rgb(160,74,34); }

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

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

 a { background-color: rgb(160,74,34); }

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

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

 span { border-color: rgb(160,74,34); }

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