#AEAA97

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

Shades of Eagle #AEAA97

Tints of Eagle #AEAA97

Color information

#AEAA97 (or 0xAEAA97) is unknown color: approx Eagle. HEX triplet: AE, AA and 97. RGB value is (174,170,151). Sum of RGB (Red+Green+Blue) = 174+170+151=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA97 is #515568. Grayscale: #A9A9A9. Windows color (decimal): -5330281 or 9939630. OLE color: 9939630.

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

Color convert

RGB174170151-
CMYK00.020.130.32
HSL49.57º12.43%63.73%-
HSV(B)49.57º13.22%68.24%-
XYZ37.4239.9835.02-
YUV169.03117.83131.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 151 (59.38% from 255) = 30.51%
R=35.15%
G=34.34%
B=30.51%

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
Decimal17417015100.020.130.3249.5712.4363.73
HexAEAA9702D2032c40
Octal2562522270215406214100
Binary101011101010101010010111010110110000011001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA97; }

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

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

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

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

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

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

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

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