#AAA490

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

Shades of Eagle #AAA490

Tints of Eagle #AAA490

Color information

#AAA490 (or 0xAAA490) is unknown color: approx Eagle. HEX triplet: AA, A4 and 90. RGB value is (170,164,144). Sum of RGB (Red+Green+Blue) = 170+164+144=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA490 is #555B6F. Grayscale: #A3A3A3. Windows color (decimal): -5593968 or 9479338. OLE color: 9479338.

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

Color convert

RGB170164144-
CMYK00.040.150.33
HSL46.15º13.27%61.57%-
HSV(B)46.15º15.29%66.67%-
XYZ34.8937.1131.71-
YUV163.51116.99132.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 144 (56.64% from 255) = 30.13%
R=35.56%
G=34.31%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016414400.040.150.3346.1513.2761.57
HexAAA49004F212ed3e
Octal252244220041741561576
Binary101010101010010010010000010011111000011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA490; }

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

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

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

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

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

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

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

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