#AA5417

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

Shades of Rich Gold #AA5417

Tints of Rich Gold #AA5417

Color information

#AA5417 (or 0xAA5417) is unknown color: approx Rich Gold. HEX triplet: AA, 54 and 17. RGB value is (170,84,23). Sum of RGB (Red+Green+Blue) = 170+84+23=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5417 is #55ABE8. Grayscale: #676767. Windows color (decimal): -5614569 or 1529002. OLE color: 1529002.

HSL color Cylindrical-coordinate representation of color #AA5417: hue angle of 24.9º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA5417 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB1708423-
CMYK00.510.860.33
HSL24.9º76.17%37.84%-
HSV(B)24.9º86.47%66.67%-
XYZ19.914.952.65-
YUV102.7682.99175.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.37%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 23 (9.38% from 255) = 8.30%
R=61.37%
G=30.32%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170842300.510.860.3324.976.1737.84
HexAA54170335621194c26
Octal25212427063126413111446
Binary1010101010101001011101100111010110100001110011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5417; }

 p { color: rgb(170,84,23); }

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

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

 a { background-color: rgb(170,84,23); }

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

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

 span { border-color: rgb(170,84,23); }

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