#AA5017

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

Shades of Rich Gold #AA5017

Tints of Rich Gold #AA5017

Color information

#AA5017 (or 0xAA5017) is unknown color: approx Rich Gold. HEX triplet: AA, 50 and 17. RGB value is (170,80,23). Sum of RGB (Red+Green+Blue) = 170+80+23=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5017 is #55AFE8. Grayscale: #646464. Windows color (decimal): -5615593 or 1527978. OLE color: 1527978.

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

Color convert

RGB1708023-
CMYK00.530.860.33
HSL23.27º76.17%37.84%-
HSV(B)23.27º86.47%66.67%-
XYZ19.614.352.55-
YUV100.4184.32177.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 23 (9.38% from 255) = 8.42%
R=62.27%
G=29.30%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170802300.530.860.3323.2776.1737.84
HexAA50170355621174c26
Octal25212027065126412711446
Binary1010101010100001011101101011010110100001101111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5017; }

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

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

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

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

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

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

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

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