Shades of Spun Pearl #AFACB7
Tints of Spun Pearl #AFACB7
RGB
CMYK
RGB Variations
Color information
#AFACB7 (or 0xAFACB7) is known color: Spun Pearl. HEX triplet: AF, AC and B7. RGB value is (175,172,183). Sum of RGB (Red+Green+Blue) = 175+172+183=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 183 - color contains mainly: blue. Hex color #AFACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACB7 is #505348. Grayscale: #AEAEAE. Windows color (decimal): -5264201 or 12037295. OLE color: 12037295.
HSL color Cylindrical-coordinate representation of color #AFACB7: hue angle of 256.36º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFACB7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 172 | 183 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.28 |
| HSL | 256.36º | 0.07% | 0.7% | - |
| HSV(B) | 256.36º | 0.06% | 0.72% | - |
| XYZ | 40.98 | 42.04 | 50.75 | - |
| YUV | 174.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 183 | 0.04 | 0.06 | 0 | 0.28 | 256.36 | 0.07 | 0.7 |
| Hex | AF | AC | B7 | 4 | 6 | 0 | 1C | 100 | 7 | 46 |
| Octal | 257 | 254 | 267 | 4 | 6 | 0 | 34 | 400 | 7 | 106 |
| Binary | 10101111 | 10101100 | 10110111 | 100 | 110 | 0 | 11100 | 100000000 | 111 | 1000110 |
Color Harmonies of #AFACB7
Complementary color
Monochromatic Colors of #AFACB7
Black with #AFACB7
Text Example
Text Example
White with #AFACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACB7; }
p { color: rgb(175,172,183); }
H1.HeaderClassName
{
color: #AFACB7;
}
.AnyTagClassName
{
color: #AFACB7;
}
</style>
background-color css
<style>
a { background-color: #AFACB7; }
a { background-color: rgb(175,172,183); }
div.DivClassName
{
background-color: #AFACB7;
}
.BgClassName
{
background-color: #AFACB7;
}
</style>
border-color css
<style>
span { border-color: #AFACB7; }
span { border-color: rgb(175,172,183); }
td.TdClassName
{
border-color: #AFACB7;
}
.TagClassName
{
border-color: #AFACB7;
}
</style>