#AAA590

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

Shades of Eagle #AAA590

Tints of Eagle #AAA590

Color information

#AAA590 (or 0xAAA590) is unknown color: approx Eagle. HEX triplet: AA, A5 and 90. RGB value is (170,165,144). Sum of RGB (Red+Green+Blue) = 170+165+144=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA590 is #555A6F. Grayscale: #A4A4A4. Windows color (decimal): -5593712 or 9479594. OLE color: 9479594.

HSL color Cylindrical-coordinate representation of color #AAA590: hue angle of 48.46º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAA590 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB170165144-
CMYK00.030.150.33
HSL48.46º13.27%61.57%-
HSV(B)48.46º15.29%66.67%-
XYZ35.0737.4731.77-
YUV164.1116.66132.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=35.49%
G=34.45%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016514400.030.150.3348.4613.2761.57
HexAAA59003F2130d3e
Octal252245220031741601576
Binary10101010101001011001000001111111000011100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA590; }

 p { color: rgb(170,165,144); }

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

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

 a { background-color: rgb(170,165,144); }

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

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

 span { border-color: rgb(170,165,144); }

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