#AEA894

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

Shades of Eagle #AEA894

Tints of Eagle #AEA894

Color information

#AEA894 (or 0xAEA894) is unknown color: approx Eagle. HEX triplet: AE, A8 and 94. RGB value is (174,168,148). Sum of RGB (Red+Green+Blue) = 174+168+148=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA894 is #51576B. Grayscale: #A7A7A7. Windows color (decimal): -5330796 or 9742510. OLE color: 9742510.

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

Color convert

RGB174168148-
CMYK00.030.150.32
HSL46.15º13.83%63.14%-
HSV(B)46.15º14.94%68.24%-
XYZ36.839.1433.63-
YUV167.51116.99132.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=35.51%
G=34.29%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416814800.030.150.3246.1513.8363.14
HexAEA89403F202ee3f
Octal256250224031740561677
Binary10101110101010001001010001111111000001011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA894; }

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

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

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

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

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

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

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

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