#AAA994

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

Shades of Eagle #AAA994

Tints of Eagle #AAA994

Color information

#AAA994 (or 0xAAA994) is unknown color: approx Eagle. HEX triplet: AA, A9 and 94. RGB value is (170,169,148). Sum of RGB (Red+Green+Blue) = 170+169+148=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA994 is #55566B. Grayscale: #A6A6A6. Windows color (decimal): -5592684 or 9742762. OLE color: 9742762.

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

Color convert

RGB170169148-
CMYK00.010.130.33
HSL57.27º11.46%62.35%-
HSV(B)57.27º12.94%66.67%-
XYZ36.1139.0633.65-
YUV166.9117.33130.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=34.91%
G=34.70%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016914800.010.130.3357.2711.4662.35
HexAAA99401D2139b3e
Octal252251224011541711376
Binary1010101010101001100101000111011000011110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA994; }

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

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

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

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

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

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

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

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