#AEA88E

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

Shades of Eagle #AEA88E

Tints of Eagle #AEA88E

Color information

#AEA88E (or 0xAEA88E) is unknown color: approx Eagle. HEX triplet: AE, A8 and 8E. RGB value is (174,168,142). Sum of RGB (Red+Green+Blue) = 174+168+142=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA88E is #515771. Grayscale: #A6A6A6. Windows color (decimal): -5330802 or 9349294. OLE color: 9349294.

HSL color Cylindrical-coordinate representation of color #AEA88E: hue angle of 48.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEA88E is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB174168142-
CMYK00.030.180.32
HSL48.75º16.49%61.96%-
HSV(B)48.75º18.39%68.24%-
XYZ36.3438.9631.2-
YUV166.83113.99133.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 168 (66.02% from 255) = 34.71%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=35.95%
G=34.71%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416814200.030.180.3248.7516.4961.96
HexAEA88E03122031103e
Octal256250216032240612076
Binary1010111010101000100011100111001010000011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA88E; }

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

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

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

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

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

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

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

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