#AFADA1

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

Shades of Foggy Grey #AFADA1

Tints of Foggy Grey #AFADA1

Color information

#AFADA1 (or 0xAFADA1) is unknown color: approx Foggy Grey. HEX triplet: AF, AD and A1. RGB value is (175,173,161). Sum of RGB (Red+Green+Blue) = 175+173+161=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADA1 is #50525E. Grayscale: #ACACAC. Windows color (decimal): -5263967 or 10595759. OLE color: 10595759.

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

Color convert

RGB175173161-
CMYK00.010.080.31
HSL51.43º8.05%65.88%-
HSV(B)51.43º8%68.63%-
XYZ39.0641.5739.68-
YUV172.23121.66129.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=34.38%
G=33.99%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517316100.010.080.3151.438.0565.88
HexAFADA10181F33842
Octal2572552410110376310102
Binary1010111110101101101000010110001111111001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADA1; }

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

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

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

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

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

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

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

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