#AA5A22

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

Shades of Rich Gold #AA5A22

Tints of Rich Gold #AA5A22

Color information

#AA5A22 (or 0xAA5A22) is unknown color: approx Rich Gold. HEX triplet: AA, 5A and 22. RGB value is (170,90,34). Sum of RGB (Red+Green+Blue) = 170+90+34=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A22 is #55A5DD. Grayscale: #6B6B6B. Windows color (decimal): -5613022 or 2251434. OLE color: 2251434.

HSL color Cylindrical-coordinate representation of color #AA5A22: hue angle of 24.71º 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 #AA5A22 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB1709034-
CMYK00.470.800.33
HSL24.71º66.67%40%-
HSV(B)24.71º80%66.67%-
XYZ20.5215.973.51-
YUV107.5486.5172.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.82%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 34 (13.67% from 255) = 11.56%
R=57.82%
G=30.61%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170903400.470.800.3324.7166.6740
HexAA5A2202F5021194328
Octal25213242057120413110350
Binary10101010101101010001001011111010000100001110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A22; }

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

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

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

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

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

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

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

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