#AAA990

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

Shades of Eagle #AAA990

Tints of Eagle #AAA990

Color information

#AAA990 (or 0xAAA990) is unknown color: approx Eagle. HEX triplet: AA, A9 and 90. RGB value is (170,169,144). Sum of RGB (Red+Green+Blue) = 170+169+144=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA990 is #55566F. Grayscale: #A6A6A6. Windows color (decimal): -5592688 or 9480618. OLE color: 9480618.

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

Color convert

RGB170169144-
CMYK00.010.150.33
HSL57.69º13.27%61.57%-
HSV(B)57.69º15.29%66.67%-
XYZ35.838.9432.01-
YUV166.45115.33130.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=35.20%
G=34.99%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016914400.010.150.3357.6913.2761.57
HexAAA99001F213ad3e
Octal252251220011741721576
Binary1010101010101001100100000111111000011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA990; }

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

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

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

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

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

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

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

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