#AA5922

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

Shades of Rich Gold #AA5922

Tints of Rich Gold #AA5922

Color information

#AA5922 (or 0xAA5922) is unknown color: approx Rich Gold. HEX triplet: AA, 59 and 22. RGB value is (170,89,34). Sum of RGB (Red+Green+Blue) = 170+89+34=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5922 is #55A6DD. Grayscale: #6B6B6B. Windows color (decimal): -5613278 or 2251178. OLE color: 2251178.

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

Color convert

RGB1708934-
CMYK00.480.800.33
HSL24.26º66.67%40%-
HSV(B)24.26º80%66.67%-
XYZ20.4415.813.49-
YUV106.9586.84172.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.02%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 34 (13.67% from 255) = 11.60%
R=58.02%
G=30.38%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170893400.480.800.3324.2666.6740
HexAA59220305021184328
Octal25213142060120413010350
Binary10101010101100110001001100001010000100001110001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5922; }

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

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

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

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

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

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

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

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