#AA5A17

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

Shades of Rich Gold #AA5A17

Tints of Rich Gold #AA5A17

Color information

#AA5A17 (or 0xAA5A17) is unknown color: approx Rich Gold. HEX triplet: AA, 5A and 17. RGB value is (170,90,23). Sum of RGB (Red+Green+Blue) = 170+90+23=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A17 is #55A5E8. Grayscale: #6A6A6A. Windows color (decimal): -5613033 or 1530538. OLE color: 1530538.

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

Color convert

RGB1709023-
CMYK00.470.860.33
HSL27.35º76.17%37.84%-
HSV(B)27.35º86.47%66.67%-
XYZ20.3915.922.81-
YUV106.2881173.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.07%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 23 (9.38% from 255) = 8.13%
R=60.07%
G=31.80%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170902300.470.860.3327.3576.1737.84
HexAA5A1702F56211b4c26
Octal25213227057126413311446
Binary1010101010110101011101011111010110100001110111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A17; }

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

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

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

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

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

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

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

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