#AA5720

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

Shades of Rich Gold #AA5720

Tints of Rich Gold #AA5720

Color information

#AA5720 (or 0xAA5720) is unknown color: approx Rich Gold. HEX triplet: AA, 57 and 20. RGB value is (170,87,32). Sum of RGB (Red+Green+Blue) = 170+87+32=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5720 is #55A8DF. Grayscale: #696969. Windows color (decimal): -5613792 or 2119594. OLE color: 2119594.

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

Color convert

RGB1708732-
CMYK00.490.810.33
HSL23.91º68.32%39.61%-
HSV(B)23.91º81.18%66.67%-
XYZ20.2515.473.28-
YUV105.5586.5173.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.82%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 32 (12.89% from 255) = 11.07%
R=58.82%
G=30.10%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170873200.490.810.3323.9168.3239.61
HexAA57200315121184428
Octal25212740061121413010450
Binary10101010101011110000001100011010001100001110001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5720; }

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

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

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

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

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

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

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

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