#A05C22

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

Shades of Rich Gold #A05C22

Tints of Rich Gold #A05C22

Color information

#A05C22 (or 0xA05C22) is unknown color: approx Rich Gold. HEX triplet: A0, 5C and 22. RGB value is (160,92,34). Sum of RGB (Red+Green+Blue) = 160+92+34=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C22 is #5FA3DD. Grayscale: #6A6A6A. Windows color (decimal): -6267870 or 2251936. OLE color: 2251936.

HSL color Cylindrical-coordinate representation of color #A05C22: hue angle of 27.62º 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 #A05C22 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB1609234-
CMYK00.430.790.37
HSL27.62º64.95%38.04%-
HSV(B)27.62º78.75%62.75%-
XYZ18.6115.243.47-
YUV105.7287.53166.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.94%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 34 (13.67% from 255) = 11.89%
R=55.94%
G=32.17%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160923400.430.790.3727.6264.9538.04
HexA05C2202B4F251c4126
Octal24013442053117453410146
Binary10100000101110010001001010111001111100101111001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05C22; }

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

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

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

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

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

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

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

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