Shades of Spun Pearl #AFABB7
Tints of Spun Pearl #AFABB7
RGB
CMYK
RGB Variations
Color information
#AFABB7 (or 0xAFABB7) is known color: Spun Pearl. HEX triplet: AF, AB and B7. RGB value is (175,171,183). Sum of RGB (Red+Green+Blue) = 175+171+183=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 183 - color contains mainly: blue. Hex color #AFABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABB7 is #505448. Grayscale: #ADADAD. Windows color (decimal): -5264457 or 12037039. OLE color: 12037039.
HSL color Cylindrical-coordinate representation of color #AFABB7: hue angle of 260º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFABB7 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 171 | 183 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.28 |
| HSL | 260º | 0.08% | 0.69% | - |
| HSV(B) | 260º | 0.07% | 0.72% | - |
| XYZ | 40.79 | 41.66 | 50.69 | - |
| YUV | 173.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 183 | 0.04 | 0.07 | 0 | 0.28 | 260 | 0.08 | 0.69 |
| Hex | AF | AB | B7 | 4 | 7 | 0 | 1C | 104 | 8 | 45 |
| Octal | 257 | 253 | 267 | 4 | 7 | 0 | 34 | 404 | 10 | 105 |
| Binary | 10101111 | 10101011 | 10110111 | 100 | 111 | 0 | 11100 | 100000100 | 1000 | 1000101 |
Color Harmonies of #AFABB7
Complementary color
Monochromatic Colors of #AFABB7
Black with #AFABB7
Text Example
Text Example
White with #AFABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFABB7; }
p { color: rgb(175,171,183); }
H1.HeaderClassName
{
color: #AFABB7;
}
.AnyTagClassName
{
color: #AFABB7;
}
</style>
background-color css
<style>
a { background-color: #AFABB7; }
a { background-color: rgb(175,171,183); }
div.DivClassName
{
background-color: #AFABB7;
}
.BgClassName
{
background-color: #AFABB7;
}
</style>
border-color css
<style>
span { border-color: #AFABB7; }
span { border-color: rgb(175,171,183); }
td.TdClassName
{
border-color: #AFABB7;
}
.TagClassName
{
border-color: #AFABB7;
}
</style>