#A05220

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

Shades of Rich Gold #A05220

Tints of Rich Gold #A05220

Color information

#A05220 (or 0xA05220) is unknown color: approx Rich Gold. HEX triplet: A0, 52 and 20. RGB value is (160,82,32). Sum of RGB (Red+Green+Blue) = 160+82+32=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A05220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05220 is #5FADDF. Grayscale: #636363. Windows color (decimal): -6270432 or 2118304. OLE color: 2118304.

HSL color Cylindrical-coordinate representation of color #A05220: hue angle of 23.44º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A05220 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB1608232-
CMYK00.490.800.37
HSL23.44º66.67%37.65%-
HSV(B)23.44º80%62.75%-
XYZ17.7813.613.06-
YUV99.6289.84171.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.39%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 32 (12.89% from 255) = 11.68%
R=58.39%
G=29.93%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160823200.490.800.3723.4466.6737.65
HexA052200315025174326
Octal24012240061120452710346
Binary10100000101001010000001100011010000100101101111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05220; }

 p { color: rgb(160,82,32); }

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

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

 a { background-color: rgb(160,82,32); }

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

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

 span { border-color: rgb(160,82,32); }

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