#AEAB9F

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

Shades of Eagle #AEAB9F

Tints of Eagle #AEAB9F

Color information

#AEAB9F (or 0xAEAB9F) is unknown color: approx Eagle. HEX triplet: AE, AB and 9F. RGB value is (174,171,159). Sum of RGB (Red+Green+Blue) = 174+171+159=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB9F is #515460. Grayscale: #AAAAAA. Windows color (decimal): -5330017 or 10464174. OLE color: 10464174.

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

Color convert

RGB174171159-
CMYK00.020.090.32
HSL48º8.47%65.29%-
HSV(B)48º8.62%68.24%-
XYZ38.2840.6338.63-
YUV170.53121.49130.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=34.52%
G=33.93%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417115900.020.090.32488.4765.29
HexAEAB9F0292030841
Octal2562532370211406010101
Binary101011101010101110011111010100110000011000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB9F; }

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

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

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

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

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

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

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

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