#AA5820

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

Shades of Rich Gold #AA5820

Tints of Rich Gold #AA5820

Color information

#AA5820 (or 0xAA5820) is unknown color: approx Rich Gold. HEX triplet: AA, 58 and 20. RGB value is (170,88,32). Sum of RGB (Red+Green+Blue) = 170+88+32=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5820 is #55A7DF. Grayscale: #6A6A6A. Windows color (decimal): -5613536 or 2119850. OLE color: 2119850.

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

Color convert

RGB1708832-
CMYK00.480.810.33
HSL24.35º68.32%39.61%-
HSV(B)24.35º81.18%66.67%-
XYZ20.3315.633.31-
YUV106.1386.17173.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.62%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 32 (12.89% from 255) = 11.03%
R=58.62%
G=30.34%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170883200.480.810.3324.3568.3239.61
HexAA58200305121184428
Octal25213040060121413010450
Binary10101010101100010000001100001010001100001110001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5820; }

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

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

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

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

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

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

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

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