#AEAB91

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

Shades of Eagle #AEAB91

Tints of Eagle #AEAB91

Color information

#AEAB91 (or 0xAEAB91) is unknown color: approx Eagle. HEX triplet: AE, AB and 91. RGB value is (174,171,145). Sum of RGB (Red+Green+Blue) = 174+171+145=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB91 is #51546E. Grayscale: #A9A9A9. Windows color (decimal): -5330031 or 9546670. OLE color: 9546670.

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

Color convert

RGB174171145-
CMYK00.020.170.32
HSL53.79º15.18%62.55%-
HSV(B)53.79º16.67%68.24%-
XYZ37.1340.1732.58-
YUV168.93114.49131.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 145 (57.03% from 255) = 29.59%
R=35.51%
G=34.90%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417114500.020.170.3253.7915.1862.55
HexAEAB9102112036f3f
Octal256253221022140661777
Binary101011101010101110010001010100011000001101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB91; }

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

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

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

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

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

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

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

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