#AAA88F

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

Shades of Eagle #AAA88F

Tints of Eagle #AAA88F

Color information

#AAA88F (or 0xAAA88F) is unknown color: approx Eagle. HEX triplet: AA, A8 and 8F. RGB value is (170,168,143). Sum of RGB (Red+Green+Blue) = 170+168+143=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA88F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA88F is #555770. Grayscale: #A5A5A5. Windows color (decimal): -5592945 or 9414826. OLE color: 9414826.

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

Color convert

RGB170168143-
CMYK00.010.160.33
HSL55.56º13.71%61.37%-
HSV(B)55.56º15.88%66.67%-
XYZ35.5438.5331.55-
YUV165.75115.16131.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 168 (66.02% from 255) = 34.93%
BLUE value IS 143 (56.25% from 255) = 29.73%
R=35.34%
G=34.93%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016814300.010.160.3355.5613.7161.37
HexAAA88F01102138e3d
Octal252250217012041701675
Binary10101010101010001000111101100001000011110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA88F; }

 p { color: rgb(170,168,143); }

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

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

 a { background-color: rgb(170,168,143); }

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

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

 span { border-color: rgb(170,168,143); }

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