#AA5522

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

Shades of Rich Gold #AA5522

Tints of Rich Gold #AA5522

Color information

#AA5522 (or 0xAA5522) is unknown color: approx Rich Gold. HEX triplet: AA, 55 and 22. RGB value is (170,85,34). Sum of RGB (Red+Green+Blue) = 170+85+34=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5522 is #55AADD. Grayscale: #686868. Windows color (decimal): -5614302 or 2250154. OLE color: 2250154.

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

Color convert

RGB1708534-
CMYK00.500.800.33
HSL22.5º66.67%40%-
HSV(B)22.5º80%66.67%-
XYZ20.1115.163.38-
YUV104.688.16174.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.82%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 34 (13.67% from 255) = 11.76%
R=58.82%
G=29.41%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170853400.500.800.3322.566.6740
HexAA55220325021164328
Octal25212542062120412610350
Binary10101010101010110001001100101010000100001101101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5522; }

 p { color: rgb(170,85,34); }

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

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

 a { background-color: rgb(170,85,34); }

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

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

 span { border-color: rgb(170,85,34); }

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