#AEAB8C

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

Shades of Eagle #AEAB8C

Tints of Eagle #AEAB8C

Color information

#AEAB8C (or 0xAEAB8C) is unknown color: approx Eagle. HEX triplet: AE, AB and 8C. RGB value is (174,171,140). Sum of RGB (Red+Green+Blue) = 174+171+140=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB8C is #515473. Grayscale: #A8A8A8. Windows color (decimal): -5330036 or 9218990. OLE color: 9218990.

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

Color convert

RGB174171140-
CMYK00.020.200.32
HSL54.71º17.35%61.57%-
HSV(B)54.71º19.54%68.24%-
XYZ36.7540.0230.6-
YUV168.36111.99132.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=35.88%
G=35.26%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417114000.020.200.3254.7117.3561.57
HexAEAB8C02142037113e
Octal256253214022440672176
Binary1010111010101011100011000101010010000011011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB8C; }

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

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

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

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

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

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

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

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