#aa5514

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

Shades of Rich Gold #AA5514

Tints of Rich Gold #AA5514

Color information

#AA5514 (or 0xAA5514) is unknown color: approx Rich Gold. HEX triplet: AA, 55 and 14. RGB value is (170,85,20). Sum of RGB (Red+Green+Blue) = 170+85+20=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5514 is #55AAEB. Grayscale: #676767. Windows color (decimal): -5614316 or 1332650. OLE color: 1332650.

HSL color Cylindrical-coordinate representation of color #AA5514: hue angle of 26º degrees, saturation: 0.79, 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 #AA5514 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1708520-
CMYK00.500.880.33
HSL26º78.95%37.25%-
HSV(B)26º88.24%66.67%-
XYZ19.9515.092.52-
YUV10381.16175.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.82%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 20 (8.20% from 255) = 7.27%
R=61.82%
G=30.91%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170852000.500.880.332678.9537.25
HexAA551403258211a4f25
Octal25212524062130413211745
Binary1010101010101011010001100101011000100001110101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5514; }

 p { color: rgb(170,85,20); }

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

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

 a { background-color: rgb(170,85,20); }

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

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

 span { border-color: rgb(170,85,20); }

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