#AEAD95

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

Shades of Eagle #AEAD95

Tints of Eagle #AEAD95

Color information

#AEAD95 (or 0xAEAD95) is unknown color: approx Eagle. HEX triplet: AE, AD and 95. RGB value is (174,173,149). Sum of RGB (Red+Green+Blue) = 174+173+149=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD95 is #51526A. Grayscale: #AAAAAA. Windows color (decimal): -5329515 or 9809326. OLE color: 9809326.

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

Color convert

RGB174173149-
CMYK00.010.140.32
HSL57.6º13.37%63.33%-
HSV(B)57.6º14.37%68.24%-
XYZ37.8241.0634.36-
YUV170.56115.83130.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=35.08%
G=34.88%
B=30.04%

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
Decimal17417314900.010.140.3257.613.3763.33
HexAEAD9501E203ad3f
Octal256255225011640721577
Binary1010111010101101100101010111101000001110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD95; }

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

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

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

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

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

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

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

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