#AEAD8C

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

Shades of Eagle #AEAD8C

Tints of Eagle #AEAD8C

Color information

#AEAD8C (or 0xAEAD8C) is unknown color: approx Eagle. HEX triplet: AE, AD and 8C. RGB value is (174,173,140). Sum of RGB (Red+Green+Blue) = 174+173+140=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD8C is #515273. Grayscale: #A9A9A9. Windows color (decimal): -5329524 or 9219502. OLE color: 9219502.

HSL color Cylindrical-coordinate representation of color #AEAD8C: hue angle of 58.24º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEAD8C is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB174173140-
CMYK00.010.200.32
HSL58.24º17.35%61.57%-
HSV(B)58.24º19.54%68.24%-
XYZ37.1340.7830.73-
YUV169.54111.33131.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 140 (55.08% from 255) = 28.75%
R=35.73%
G=35.52%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417314000.010.200.3258.2417.3561.57
HexAEAD8C0114203a113e
Octal256255214012440722176
Binary101011101010110110001100011010010000011101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD8C; }

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

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

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

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

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

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

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

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