#AEAB94

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

Shades of Eagle #AEAB94

Tints of Eagle #AEAB94

Color information

#AEAB94 (or 0xAEAB94) is unknown color: approx Eagle. HEX triplet: AE, AB and 94. RGB value is (174,171,148). Sum of RGB (Red+Green+Blue) = 174+171+148=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB94 is #51546B. Grayscale: #A9A9A9. Windows color (decimal): -5330028 or 9743278. OLE color: 9743278.

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

Color convert

RGB174171148-
CMYK00.020.150.32
HSL53.08º13.83%63.14%-
HSV(B)53.08º14.94%68.24%-
XYZ37.3640.2633.82-
YUV169.27115.99131.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=35.29%
G=34.69%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417114800.020.150.3253.0813.8363.14
HexAEAB9402F2035e3f
Octal256253224021740651677
Binary10101110101010111001010001011111000001101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB94; }

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

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

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

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

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

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

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

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