#AEADA1

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

Shades of Foggy Grey #AEADA1

Tints of Foggy Grey #AEADA1

Color information

#AEADA1 (or 0xAEADA1) is unknown color: approx Foggy Grey. HEX triplet: AE, AD and A1. RGB value is (174,173,161). Sum of RGB (Red+Green+Blue) = 174+173+161=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 174 - color contains mainly: red. Hex color #AEADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEADA1 is #51525E. Grayscale: #ABABAB. Windows color (decimal): -5329503 or 10595758. OLE color: 10595758.

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

Color convert

RGB174173161-
CMYK00.010.070.32
HSL55.38º7.43%65.69%-
HSV(B)55.38º7.47%68.24%-
XYZ38.8341.4639.67-
YUV171.93121.83129.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 161 (63.28% from 255) = 31.69%
R=34.25%
G=34.06%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417316100.010.070.3255.387.4365.69
HexAEADA10172037742
Octal25625524101740677102
Binary101011101010110110100001011111000001101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADA1; }

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

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

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

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

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

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

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

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