#AA5220

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

Shades of Rich Gold #AA5220

Tints of Rich Gold #AA5220

Color information

#AA5220 (or 0xAA5220) is unknown color: approx Rich Gold. HEX triplet: AA, 52 and 20. RGB value is (170,82,32). Sum of RGB (Red+Green+Blue) = 170+82+32=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5220 is #55ADDF. Grayscale: #666666. Windows color (decimal): -5615072 or 2118314. OLE color: 2118314.

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

Color convert

RGB1708232-
CMYK00.520.810.33
HSL21.74º68.32%39.61%-
HSV(B)21.74º81.18%66.67%-
XYZ19.8614.683.15-
YUV102.6188.15176.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.86%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 32 (12.89% from 255) = 11.27%
R=59.86%
G=28.87%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170823200.520.810.3321.7468.3239.61
HexAA52200345121164428
Octal25212240064121412610450
Binary10101010101001010000001101001010001100001101101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5220; }

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

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

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

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

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

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

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

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