#AA5115

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

Shades of Rich Gold #AA5115

Tints of Rich Gold #AA5115

Color information

#AA5115 (or 0xAA5115) is unknown color: approx Rich Gold. HEX triplet: AA, 51 and 15. RGB value is (170,81,21). Sum of RGB (Red+Green+Blue) = 170+81+21=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5115 is #55AEEA. Grayscale: #656565. Windows color (decimal): -5615339 or 1397162. OLE color: 1397162.

HSL color Cylindrical-coordinate representation of color #AA5115: hue angle of 24.16º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA5115 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1708121-
CMYK00.520.880.33
HSL24.16º78.01%37.45%-
HSV(B)24.16º87.65%66.67%-
XYZ19.6614.492.47-
YUV100.7782.99177.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.5%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 21 (8.59% from 255) = 7.72%
R=62.5%
G=29.78%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170812100.520.880.3324.1678.0137.45
HexAA51150345821184e25
Octal25212125064130413011645
Binary1010101010100011010101101001011000100001110001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5115; }

 p { color: rgb(170,81,21); }

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

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

 a { background-color: rgb(170,81,21); }

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

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

 span { border-color: rgb(170,81,21); }

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