#AAA78E

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

Shades of Eagle #AAA78E

Tints of Eagle #AAA78E

Color information

#AAA78E (or 0xAAA78E) is unknown color: approx Eagle. HEX triplet: AA, A7 and 8E. RGB value is (170,167,142). Sum of RGB (Red+Green+Blue) = 170+167+142=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA78E is #555871. Grayscale: #A5A5A5. Windows color (decimal): -5593202 or 9349034. OLE color: 9349034.

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

Color convert

RGB170167142-
CMYK00.020.160.33
HSL53.57º14.14%61.18%-
HSV(B)53.57º16.47%66.67%-
XYZ35.2838.1431.09-
YUV165.05114.99131.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 167 (65.62% from 255) = 34.86%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=35.49%
G=34.86%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016714200.020.160.3353.5714.1461.18
HexAAA78E02102136e3d
Octal252247216022041661675
Binary101010101010011110001110010100001000011101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA78E; }

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

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

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

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

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

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

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

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