Shades of Foggy Grey #AFAD9F
Tints of Foggy Grey #AFAD9F
RGB
CMYK
RGB Variations
Color information
#AFAD9F (or 0xAFAD9F) is known color: Foggy Grey. HEX triplet: AF, AD and 9F. RGB value is (175,173,159). Sum of RGB (Red+Green+Blue) = 175+173+159=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD9F is #505260. Grayscale: #ACACAC. Windows color (decimal): -5263969 or 10464687. OLE color: 10464687.
HSL color Cylindrical-coordinate representation of color #AFAD9F: hue angle of 52.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFAD9F is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 173 | 159 | - |
CMYK | 0 | 0.01 | 0.09 | 0.31 |
HSL | 52.5º | 0.09% | 0.65% | - |
HSV(B) | 52.5º | 0.09% | 0.69% | - |
XYZ | 38.88 | 41.5 | 38.76 | - |
YUV | 172 | 120.66 | 130.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 173 | 159 | 0 | 0.01 | 0.09 | 0.31 | 52.5 | 0.09 | 0.65 |
Hex | AF | AD | 9F | 0 | 1 | 9 | 1F | 34 | 9 | 41 |
Octal | 257 | 255 | 237 | 0 | 1 | 11 | 37 | 64 | 11 | 101 |
Binary | 10101111 | 10101101 | 10011111 | 0 | 1 | 1001 | 11111 | 110100 | 1001 | 1000001 |
Color Harmonies of #AFAD9F
Complementary color
Monochromatic Colors of #AFAD9F
Black with #AFAD9F
Text Example
Text Example
White with #AFAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAD9F; }
p { color: rgb(175,173,159); }
H1.HeaderClassName
{
color: #AFAD9F;
}
.AnyTagClassName
{
color: #AFAD9F;
}
</style>
background-color css
<style>
a { background-color: #AFAD9F; }
a { background-color: rgb(175,173,159); }
div.DivClassName
{
background-color: #AFAD9F;
}
.BgClassName
{
background-color: #AFAD9F;
}
</style>
border-color css
<style>
span { border-color: #AFAD9F; }
span { border-color: rgb(175,173,159); }
td.TdClassName
{
border-color: #AFAD9F;
}
.TagClassName
{
border-color: #AFAD9F;
}
</style>