#AEAA99

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

Shades of Eagle #AEAA99

Tints of Eagle #AEAA99

Color information

#AEAA99 (or 0xAEAA99) is unknown color: approx Eagle. HEX triplet: AE, AA and 99. RGB value is (174,170,153). Sum of RGB (Red+Green+Blue) = 174+170+153=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA99 is #515566. Grayscale: #A9A9A9. Windows color (decimal): -5330279 or 10070702. OLE color: 10070702.

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

Color convert

RGB174170153-
CMYK00.020.120.32
HSL48.57º11.48%64.12%-
HSV(B)48.57º12.07%68.24%-
XYZ37.5840.0535.89-
YUV169.26118.83131.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=35.01%
G=34.21%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417015300.020.120.3248.5711.4864.12
HexAEAA9902C2031b40
Octal2562522310214406113100
Binary101011101010101010011001010110010000011000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA99; }

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

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

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

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

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

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

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

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