#AEAD99

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

Shades of Eagle #AEAD99

Tints of Eagle #AEAD99

Color information

#AEAD99 (or 0xAEAD99) is unknown color: approx Eagle. HEX triplet: AE, AD and 99. RGB value is (174,173,153). Sum of RGB (Red+Green+Blue) = 174+173+153=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD99 is #515266. Grayscale: #ABABAB. Windows color (decimal): -5329511 or 10071470. OLE color: 10071470.

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

Color convert

RGB174173153-
CMYK00.010.120.32
HSL57.14º11.48%64.12%-
HSV(B)57.14º12.07%68.24%-
XYZ38.1541.1936.08-
YUV171.02117.83130.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 153 (60.16% from 255) = 30.6%
R=34.8%
G=34.6%
B=30.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417315300.010.120.3257.1411.4864.12
HexAEAD9901C2039b40
Octal2562552310114407113100
Binary10101110101011011001100101110010000011100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD99; }

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

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

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

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

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

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

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

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