Shades of Foggy Grey #AFADA0
Tints of Foggy Grey #AFADA0
RGB
CMYK
RGB Variations
Color information
#AFADA0 (or 0xAFADA0) is known color: Foggy Grey. HEX triplet: AF, AD and A0. RGB value is (175,173,160). Sum of RGB (Red+Green+Blue) = 175+173+160=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADA0 is #50525F. Grayscale: #ACACAC. Windows color (decimal): -5263968 or 10530223. OLE color: 10530223.
HSL color Cylindrical-coordinate representation of color #AFADA0: hue angle of 52º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFADA0 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 173 | 160 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.31 |
| HSL | 52º | 0.09% | 0.66% | - |
| HSV(B) | 52º | 0.09% | 0.69% | - |
| XYZ | 38.97 | 41.54 | 39.22 | - |
| YUV | 172.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 160 | 0 | 0.01 | 0.09 | 0.31 | 52 | 0.09 | 0.66 |
| Hex | AF | AD | A0 | 0 | 1 | 9 | 1F | 34 | 9 | 42 |
| Octal | 257 | 255 | 240 | 0 | 1 | 11 | 37 | 64 | 11 | 102 |
| Binary | 10101111 | 10101101 | 10100000 | 0 | 1 | 1001 | 11111 | 110100 | 1001 | 1000010 |
Color Harmonies of #AFADA0
Complementary color
Monochromatic Colors of #AFADA0
Black with #AFADA0
Text Example
Text Example
White with #AFADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADA0; }
p { color: rgb(175,173,160); }
H1.HeaderClassName
{
color: #AFADA0;
}
.AnyTagClassName
{
color: #AFADA0;
}
</style>
background-color css
<style>
a { background-color: #AFADA0; }
a { background-color: rgb(175,173,160); }
div.DivClassName
{
background-color: #AFADA0;
}
.BgClassName
{
background-color: #AFADA0;
}
</style>
border-color css
<style>
span { border-color: #AFADA0; }
span { border-color: rgb(175,173,160); }
td.TdClassName
{
border-color: #AFADA0;
}
.TagClassName
{
border-color: #AFADA0;
}
</style>