#AAA88E

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

Shades of Eagle #AAA88E

Tints of Eagle #AAA88E

Color information

#AAA88E (or 0xAAA88E) is unknown color: approx Eagle. HEX triplet: AA, A8 and 8E. RGB value is (170,168,142). Sum of RGB (Red+Green+Blue) = 170+168+142=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA88E is #555771. Grayscale: #A5A5A5. Windows color (decimal): -5592946 or 9349290. OLE color: 9349290.

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

Color convert

RGB170168142-
CMYK00.010.160.33
HSL55.71º14.14%61.18%-
HSV(B)55.71º16.47%66.67%-
XYZ35.4638.531.15-
YUV165.63114.66131.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 168 (66.02% from 255) = 35%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=35.42%
G=35%
B=29.58%

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
Decimal17016814200.010.160.3355.7114.1461.18
HexAAA88E01102138e3d
Octal252250216012041701675
Binary10101010101010001000111001100001000011110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA88E; }

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

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

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

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

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

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

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

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