#AEAD96

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

Shades of Eagle #AEAD96

Tints of Eagle #AEAD96

Color information

#AEAD96 (or 0xAEAD96) is unknown color: approx Eagle. HEX triplet: AE, AD and 96. RGB value is (174,173,150). Sum of RGB (Red+Green+Blue) = 174+173+150=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD96 is #515269. Grayscale: #AAAAAA. Windows color (decimal): -5329514 or 9874862. OLE color: 9874862.

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

Color convert

RGB174173150-
CMYK00.010.140.32
HSL57.5º12.9%63.53%-
HSV(B)57.5º13.79%68.24%-
XYZ37.941.0934.79-
YUV170.68116.33130.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 150 (58.98% from 255) = 30.18%
R=35.01%
G=34.81%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417315000.010.140.3257.512.963.53
HexAEAD9601E203ad40
Octal2562552260116407215100
Binary10101110101011011001011001111010000011101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD96; }

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

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

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

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

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

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

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

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