#AA5927

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

Shades of Rich Gold #AA5927

Tints of Rich Gold #AA5927

Color information

#AA5927 (or 0xAA5927) is unknown color: approx Rich Gold. HEX triplet: AA, 59 and 27. RGB value is (170,89,39). Sum of RGB (Red+Green+Blue) = 170+89+39=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5927 is #55A6D8. Grayscale: #6B6B6B. Windows color (decimal): -5613273 or 2578858. OLE color: 2578858.

HSL color Cylindrical-coordinate representation of color #AA5927: hue angle of 22.9º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA5927 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB1708939-
CMYK00.480.770.33
HSL22.9º62.68%40.98%-
HSV(B)22.9º77.06%66.67%-
XYZ20.5215.843.9-
YUV107.5289.34172.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.05%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 39 (15.62% from 255) = 13.09%
R=57.05%
G=29.87%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170893900.480.770.3322.962.6840.98
HexAA59270304D21173f29
Octal2521314706011541277751
Binary1010101010110011001110110000100110110000110111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5927; }

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

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

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

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

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

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

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

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