#AEAD91

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

Shades of Eagle #AEAD91

Tints of Eagle #AEAD91

Color information

#AEAD91 (or 0xAEAD91) is unknown color: approx Eagle. HEX triplet: AE, AD and 91. RGB value is (174,173,145). Sum of RGB (Red+Green+Blue) = 174+173+145=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD91 is #51526E. Grayscale: #AAAAAA. Windows color (decimal): -5329519 or 9547182. OLE color: 9547182.

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

Color convert

RGB174173145-
CMYK00.010.170.32
HSL57.93º15.18%62.55%-
HSV(B)57.93º16.67%68.24%-
XYZ37.5140.9332.71-
YUV170.11113.83130.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 145 (57.03% from 255) = 29.47%
R=35.37%
G=35.16%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417314500.010.170.3257.9315.1862.55
HexAEAD910111203af3f
Octal256255221012140721777
Binary10101110101011011001000101100011000001110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD91; }

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

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

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

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

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

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

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

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