#AEAD9F

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

Shades of Foggy Grey #AEAD9F

Tints of Foggy Grey #AEAD9F

Color information

#AEAD9F (or 0xAEAD9F) is unknown color: approx Foggy Grey. HEX triplet: AE, AD and 9F. RGB value is (174,173,159). Sum of RGB (Red+Green+Blue) = 174+173+159=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD9F is #515260. Grayscale: #ABABAB. Windows color (decimal): -5329505 or 10464686. OLE color: 10464686.

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

Color convert

RGB174173159-
CMYK00.010.090.32
HSL56º8.47%65.29%-
HSV(B)56º8.62%68.24%-
XYZ38.6641.3938.75-
YUV171.7120.83129.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=34.39%
G=34.19%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417315900.010.090.32568.4765.29
HexAEAD9F0192038841
Octal2562552370111407010101
Binary10101110101011011001111101100110000011100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD9F; }

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

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

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

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

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

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

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

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