#AAA68E

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

Shades of Eagle #AAA68E

Tints of Eagle #AAA68E

Color information

#AAA68E (or 0xAAA68E) is unknown color: approx Eagle. HEX triplet: AA, A6 and 8E. RGB value is (170,166,142). Sum of RGB (Red+Green+Blue) = 170+166+142=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA68E is #555971. Grayscale: #A4A4A4. Windows color (decimal): -5593458 or 9348778. OLE color: 9348778.

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

Color convert

RGB170166142-
CMYK00.020.160.33
HSL51.43º14.14%61.18%-
HSV(B)51.43º16.47%66.67%-
XYZ35.137.7731.03-
YUV164.46115.33131.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 166 (65.23% from 255) = 34.73%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=35.56%
G=34.73%
B=29.71%

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
Decimal17016614200.020.160.3351.4314.1461.18
HexAAA68E02102133e3d
Octal252246216022041631675
Binary101010101010011010001110010100001000011100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA68E; }

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

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

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

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

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

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

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

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