#AAA690

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

Shades of Eagle #AAA690

Tints of Eagle #AAA690

Color information

#AAA690 (or 0xAAA690) is unknown color: approx Eagle. HEX triplet: AA, A6 and 90. RGB value is (170,166,144). Sum of RGB (Red+Green+Blue) = 170+166+144=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA690 is #55596F. Grayscale: #A4A4A4. Windows color (decimal): -5593456 or 9479850. OLE color: 9479850.

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

Color convert

RGB170166144-
CMYK00.020.150.33
HSL50.77º13.27%61.57%-
HSV(B)50.77º15.29%66.67%-
XYZ35.2537.8331.83-
YUV164.69116.33131.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 144 (56.64% from 255) = 30%
R=35.42%
G=34.58%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016614400.020.150.3350.7713.2761.57
HexAAA69002F2133d3e
Octal252246220021741631576
Binary10101010101001101001000001011111000011100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA690; }

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

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

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

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

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

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

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

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