#AEAD94

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

Shades of Eagle #AEAD94

Tints of Eagle #AEAD94

Color information

#AEAD94 (or 0xAEAD94) is unknown color: approx Eagle. HEX triplet: AE, AD and 94. RGB value is (174,173,148). Sum of RGB (Red+Green+Blue) = 174+173+148=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD94 is #51526B. Grayscale: #AAAAAA. Windows color (decimal): -5329516 or 9743790. OLE color: 9743790.

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

Color convert

RGB174173148-
CMYK00.010.150.32
HSL57.69º13.83%63.14%-
HSV(B)57.69º14.94%68.24%-
XYZ37.7441.0233.95-
YUV170.45115.33130.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=35.15%
G=34.95%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417314800.010.150.3257.6913.8363.14
HexAEAD9401F203ae3f
Octal256255224011740721677
Binary1010111010101101100101000111111000001110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD94; }

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

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

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

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

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

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

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

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