Shades of Spun Pearl #AFAAB9
Tints of Spun Pearl #AFAAB9
RGB
CMYK
RGB Variations
Color information
#AFAAB9 (or 0xAFAAB9) is known color: Spun Pearl. HEX triplet: AF, AA and B9. RGB value is (175,170,185). Sum of RGB (Red+Green+Blue) = 175+170+185=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 185 - color contains mainly: blue. Hex color #AFAAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAB9 is #505546. Grayscale: #ADADAD. Windows color (decimal): -5264711 or 12167855. OLE color: 12167855.
HSL color Cylindrical-coordinate representation of color #AFAAB9: hue angle of 260º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFAAB9 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 170 | 185 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.27 |
| HSL | 260º | 0.1% | 0.7% | - |
| HSV(B) | 260º | 0.08% | 0.73% | - |
| XYZ | 40.81 | 41.37 | 51.73 | - |
| YUV | 173.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 185 | 0.05 | 0.08 | 0 | 0.27 | 260 | 0.1 | 0.7 |
| Hex | AF | AA | B9 | 5 | 8 | 0 | 1B | 104 | A | 46 |
| Octal | 257 | 252 | 271 | 5 | 10 | 0 | 33 | 404 | 12 | 106 |
| Binary | 10101111 | 10101010 | 10111001 | 101 | 1000 | 0 | 11011 | 100000100 | 1010 | 1000110 |
Color Harmonies of #AFAAB9
Complementary color
Monochromatic Colors of #AFAAB9
Black with #AFAAB9
Text Example
Text Example
White with #AFAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAB9; }
p { color: rgb(175,170,185); }
H1.HeaderClassName
{
color: #AFAAB9;
}
.AnyTagClassName
{
color: #AFAAB9;
}
</style>
background-color css
<style>
a { background-color: #AFAAB9; }
a { background-color: rgb(175,170,185); }
div.DivClassName
{
background-color: #AFAAB9;
}
.BgClassName
{
background-color: #AFAAB9;
}
</style>
border-color css
<style>
span { border-color: #AFAAB9; }
span { border-color: rgb(175,170,185); }
td.TdClassName
{
border-color: #AFAAB9;
}
.TagClassName
{
border-color: #AFAAB9;
}
</style>