Shades of Silk #AFA6A0
Tints of Silk #AFA6A0
RGB
CMYK
RGB Variations
Color information
#AFA6A0 (or 0xAFA6A0) is known color: Silk. HEX triplet: AF, A6 and A0. RGB value is (175,166,160). Sum of RGB (Red+Green+Blue) = 175+166+160=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA6A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA6A0 is #50595F. Grayscale: #A8A8A8. Windows color (decimal): -5265760 or 10528431. OLE color: 10528431.
HSL color Cylindrical-coordinate representation of color #AFA6A0: hue angle of 24º 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 #AFA6A0 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 160 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.31 |
| HSL | 24º | 0.09% | 0.66% | - |
| HSV(B) | 24º | 0.09% | 0.69% | - |
| XYZ | 37.66 | 38.92 | 38.79 | - |
| YUV | 168.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 160 | 0 | 0.05 | 0.09 | 0.31 | 24 | 0.09 | 0.66 |
| Hex | AF | A6 | A0 | 0 | 5 | 9 | 1F | 18 | 9 | 42 |
| Octal | 257 | 246 | 240 | 0 | 5 | 11 | 37 | 30 | 11 | 102 |
| Binary | 10101111 | 10100110 | 10100000 | 0 | 101 | 1001 | 11111 | 11000 | 1001 | 1000010 |
Color Harmonies of #AFA6A0
Complementary color
Monochromatic Colors of #AFA6A0
Black with #AFA6A0
Text Example
Text Example
White with #AFA6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA6A0; }
p { color: rgb(175,166,160); }
H1.HeaderClassName
{
color: #AFA6A0;
}
.AnyTagClassName
{
color: #AFA6A0;
}
</style>
background-color css
<style>
a { background-color: #AFA6A0; }
a { background-color: rgb(175,166,160); }
div.DivClassName
{
background-color: #AFA6A0;
}
.BgClassName
{
background-color: #AFA6A0;
}
</style>
border-color css
<style>
span { border-color: #AFA6A0; }
span { border-color: rgb(175,166,160); }
td.TdClassName
{
border-color: #AFA6A0;
}
.TagClassName
{
border-color: #AFA6A0;
}
</style>