#A05222

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

Shades of Rich Gold #A05222

Tints of Rich Gold #A05222

Color information

#A05222 (or 0xA05222) is unknown color: approx Rich Gold. HEX triplet: A0, 52 and 22. RGB value is (160,82,34). Sum of RGB (Red+Green+Blue) = 160+82+34=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A05222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05222 is #5FADDD. Grayscale: #646464. Windows color (decimal): -6270430 or 2249376. OLE color: 2249376.

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

Color convert

RGB1608234-
CMYK00.490.790.37
HSL22.86º64.95%38.04%-
HSV(B)22.86º78.75%62.75%-
XYZ17.813.623.2-
YUV99.8590.84170.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.97%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 34 (13.67% from 255) = 12.32%
R=57.97%
G=29.71%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160823400.490.790.3722.8664.9538.04
HexA052220314F25174126
Octal24012242061117452710146
Binary10100000101001010001001100011001111100101101111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05222; }

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

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

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

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

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

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

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

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