#AAA992

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

Shades of Eagle #AAA992

Tints of Eagle #AAA992

Color information

#AAA992 (or 0xAAA992) is unknown color: approx Eagle. HEX triplet: AA, A9 and 92. RGB value is (170,169,146). Sum of RGB (Red+Green+Blue) = 170+169+146=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA992 is #55566D. Grayscale: #A6A6A6. Windows color (decimal): -5592686 or 9611690. OLE color: 9611690.

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

Color convert

RGB170169146-
CMYK00.010.140.33
HSL57.5º12.37%61.96%-
HSV(B)57.5º14.12%66.67%-
XYZ35.953932.83-
YUV166.68116.33130.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=35.05%
G=34.85%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016914600.010.140.3357.512.3761.96
HexAAA99201E213ac3e
Octal252251222011641721476
Binary1010101010101001100100100111101000011110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA992; }

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

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

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

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

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

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

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

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