#AA5221

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

Shades of Rich Gold #AA5221

Tints of Rich Gold #AA5221

Color information

#AA5221 (or 0xAA5221) is unknown color: approx Rich Gold. HEX triplet: AA, 52 and 21. RGB value is (170,82,33). Sum of RGB (Red+Green+Blue) = 170+82+33=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5221 is #55ADDE. Grayscale: #676767. Windows color (decimal): -5615071 or 2183850. OLE color: 2183850.

HSL color Cylindrical-coordinate representation of color #AA5221: hue angle of 21.46º degrees, saturation: 0.67, 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 #AA5221 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1708233-
CMYK00.520.810.33
HSL21.46º67.49%39.8%-
HSV(B)21.46º80.59%66.67%-
XYZ19.8714.693.23-
YUV102.7388.65175.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.65%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=59.65%
G=28.77%
B=11.58%

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
Decimal170823300.520.810.3321.4667.4939.8
HexAA52210345121154328
Octal25212241064121412510350
Binary10101010101001010000101101001010001100001101011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5221; }

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

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

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

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

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

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

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

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