#AEAB97

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

Shades of Eagle #AEAB97

Tints of Eagle #AEAB97

Color information

#AEAB97 (or 0xAEAB97) is unknown color: approx Eagle. HEX triplet: AE, AB and 97. RGB value is (174,171,151). Sum of RGB (Red+Green+Blue) = 174+171+151=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB97 is #515468. Grayscale: #A9A9A9. Windows color (decimal): -5330025 or 9939886. OLE color: 9939886.

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

Color convert

RGB174171151-
CMYK00.020.130.32
HSL52.17º12.43%63.73%-
HSV(B)52.17º13.22%68.24%-
XYZ37.640.3635.09-
YUV169.62117.49131.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=35.08%
G=34.48%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417115100.020.130.3252.1712.4363.73
HexAEAB9702D2034c40
Octal2562532270215406414100
Binary101011101010101110010111010110110000011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB97; }

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

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

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

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

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

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

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

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