#AEAE97

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

Shades of Eagle #AEAE97

Tints of Eagle #AEAE97

Color information

#AEAE97 (or 0xAEAE97) is unknown color: approx Eagle. HEX triplet: AE, AE and 97. RGB value is (174,174,151). Sum of RGB (Red+Green+Blue) = 174+174+151=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAE97 is #515168. Grayscale: #ABABAB. Windows color (decimal): -5329257 or 9940654. OLE color: 9940654.

HSL color Cylindrical-coordinate representation of color #AEAE97: hue angle of 60º 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 #AEAE97 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB174174151-
CMYK000.130.32
HSL60º12.43%63.73%-
HSV(B)60º13.22%68.24%-
XYZ38.1841.5135.28-
YUV171.38116.5129.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 151 (59.38% from 255) = 30.26%
R=34.87%
G=34.87%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174151000.130.326012.4363.73
HexAEAE9700D203cc40
Octal2562562270015407414100
Binary10101110101011101001011100110110000011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE97; }

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

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

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

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

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

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

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

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