#AEAD98

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

Shades of Eagle #AEAD98

Tints of Eagle #AEAD98

Color information

#AEAD98 (or 0xAEAD98) is unknown color: approx Eagle. HEX triplet: AE, AD and 98. RGB value is (174,173,152). Sum of RGB (Red+Green+Blue) = 174+173+152=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD98 is #515267. Grayscale: #AAAAAA. Windows color (decimal): -5329512 or 10005934. OLE color: 10005934.

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

Color convert

RGB174173152-
CMYK00.010.130.32
HSL57.27º11.96%63.92%-
HSV(B)57.27º12.64%68.24%-
XYZ38.0741.1535.64-
YUV170.9117.33130.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=34.87%
G=34.67%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417315200.010.130.3257.2711.9663.92
HexAEAD9801D2039c40
Octal2562552300115407114100
Binary10101110101011011001100001110110000011100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD98; }

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

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

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

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

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

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

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

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