#AEAA91

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

Shades of Eagle #AEAA91

Tints of Eagle #AEAA91

Color information

#AEAA91 (or 0xAEAA91) is unknown color: approx Eagle. HEX triplet: AE, AA and 91. RGB value is (174,170,145). Sum of RGB (Red+Green+Blue) = 174+170+145=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA91 is #51556E. Grayscale: #A8A8A8. Windows color (decimal): -5330287 or 9546414. OLE color: 9546414.

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

Color convert

RGB174170145-
CMYK00.020.170.32
HSL51.72º15.18%62.55%-
HSV(B)51.72º16.67%68.24%-
XYZ36.9439.7932.52-
YUV168.35114.83132.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 145 (57.03% from 255) = 29.65%
R=35.58%
G=34.76%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417014500.020.170.3251.7215.1862.55
HexAEAA9102112034f3f
Octal256252221022140641777
Binary101011101010101010010001010100011000001101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA91; }

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

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

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

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

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

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

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

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