#AEAB96

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

Shades of Eagle #AEAB96

Tints of Eagle #AEAB96

Color information

#AEAB96 (or 0xAEAB96) is unknown color: approx Eagle. HEX triplet: AE, AB and 96. RGB value is (174,171,150). Sum of RGB (Red+Green+Blue) = 174+171+150=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB96 is #515469. Grayscale: #A9A9A9. Windows color (decimal): -5330026 or 9874350. OLE color: 9874350.

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

Color convert

RGB174171150-
CMYK00.020.140.32
HSL52.5º12.9%63.53%-
HSV(B)52.5º13.79%68.24%-
XYZ37.5240.3334.66-
YUV169.5116.99131.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=35.15%
G=34.55%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417115000.020.140.3252.512.963.53
HexAEAB9602E2035d40
Octal2562532260216406515100
Binary101011101010101110010110010111010000011010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB96; }

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

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

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

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

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

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

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

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