#AAA790

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

Shades of Eagle #AAA790

Tints of Eagle #AAA790

Color information

#AAA790 (or 0xAAA790) is unknown color: approx Eagle. HEX triplet: AA, A7 and 90. RGB value is (170,167,144). Sum of RGB (Red+Green+Blue) = 170+167+144=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA790 is #55586F. Grayscale: #A5A5A5. Windows color (decimal): -5593200 or 9480106. OLE color: 9480106.

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

Color convert

RGB170167144-
CMYK00.020.150.33
HSL53.08º13.27%61.57%-
HSV(B)53.08º15.29%66.67%-
XYZ35.4338.231.89-
YUV165.27115.99131.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=35.34%
G=34.72%
B=29.94%

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
Decimal17016714400.020.150.3353.0813.2761.57
HexAAA79002F2135d3e
Octal252247220021741651576
Binary10101010101001111001000001011111000011101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA790; }

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

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

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

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

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

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

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

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