#AAA991

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

Shades of Eagle #AAA991

Tints of Eagle #AAA991

Color information

#AAA991 (or 0xAAA991) is unknown color: approx Eagle. HEX triplet: AA, A9 and 91. RGB value is (170,169,145). Sum of RGB (Red+Green+Blue) = 170+169+145=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA991 is #55566E. Grayscale: #A6A6A6. Windows color (decimal): -5592687 or 9546154. OLE color: 9546154.

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

Color convert

RGB170169145-
CMYK00.010.150.33
HSL57.6º12.82%61.76%-
HSV(B)57.6º14.71%66.67%-
XYZ35.8838.9732.42-
YUV166.56115.83130.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 169 (66.41% from 255) = 34.92%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=35.12%
G=34.92%
B=29.96%

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
Decimal17016914500.010.150.3357.612.8261.76
HexAAA99101F213ad3e
Octal252251221011741721576
Binary1010101010101001100100010111111000011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA991; }

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

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

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

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

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

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

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

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