#AAA692

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

Shades of Eagle #AAA692

Tints of Eagle #AAA692

Color information

#AAA692 (or 0xAAA692) is unknown color: approx Eagle. HEX triplet: AA, A6 and 92. RGB value is (170,166,146). Sum of RGB (Red+Green+Blue) = 170+166+146=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA692 is #55596D. Grayscale: #A5A5A5. Windows color (decimal): -5593454 or 9610922. OLE color: 9610922.

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

Color convert

RGB170166146-
CMYK00.020.140.33
HSL50º12.37%61.96%-
HSV(B)50º14.12%66.67%-
XYZ35.437.8932.64-
YUV164.92117.33131.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=35.27%
G=34.44%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016614600.020.140.335012.3761.96
HexAAA69202E2132c3e
Octal252246222021641621476
Binary10101010101001101001001001011101000011100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA692; }

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

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

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

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

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

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

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

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