#AEAE99

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

Shades of Eagle #AEAE99

Tints of Eagle #AEAE99

Color information

#AEAE99 (or 0xAEAE99) is unknown color: approx Eagle. HEX triplet: AE, AE and 99. RGB value is (174,174,153). Sum of RGB (Red+Green+Blue) = 174+174+153=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAE99 is #515166. Grayscale: #ABABAB. Windows color (decimal): -5329255 or 10071726. OLE color: 10071726.

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

Color convert

RGB174174153-
CMYK000.120.32
HSL60º11.48%64.12%-
HSV(B)60º12.07%68.24%-
XYZ38.3441.5736.14-
YUV171.61117.5129.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=34.73%
G=34.73%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174153000.120.326011.4864.12
HexAEAE9900C203cb40
Octal2562562310014407413100
Binary10101110101011101001100100110010000011110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE99; }

 p { color: rgb(174,174,153); }

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

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

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

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

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

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

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