Shades of Spun Pearl #AFAABA
Tints of Spun Pearl #AFAABA
RGB
CMYK
RGB Variations
Color information
#AFAABA (or 0xAFAABA) is known color: Spun Pearl. HEX triplet: AF, AA and BA. RGB value is (175,170,186). Sum of RGB (Red+Green+Blue) = 175+170+186=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAABA is #505545. Grayscale: #ADADAD. Windows color (decimal): -5264710 or 12233391. OLE color: 12233391.
HSL color Cylindrical-coordinate representation of color #AFAABA: hue angle of 258.75º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFAABA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 170 | 186 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.27 |
| HSL | 258.75º | 0.1% | 0.7% | - |
| HSV(B) | 258.75º | 0.09% | 0.73% | - |
| XYZ | 40.92 | 41.41 | 52.29 | - |
| YUV | 173.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 186 | 0.06 | 0.09 | 0 | 0.27 | 258.75 | 0.1 | 0.7 |
| Hex | AF | AA | BA | 6 | 9 | 0 | 1B | 103 | A | 46 |
| Octal | 257 | 252 | 272 | 6 | 11 | 0 | 33 | 403 | 12 | 106 |
| Binary | 10101111 | 10101010 | 10111010 | 110 | 1001 | 0 | 11011 | 100000011 | 1010 | 1000110 |
Color Harmonies of #AFAABA
Complementary color
Monochromatic Colors of #AFAABA
Black with #AFAABA
Text Example
Text Example
White with #AFAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAABA; }
p { color: rgb(175,170,186); }
H1.HeaderClassName
{
color: #AFAABA;
}
.AnyTagClassName
{
color: #AFAABA;
}
</style>
background-color css
<style>
a { background-color: #AFAABA; }
a { background-color: rgb(175,170,186); }
div.DivClassName
{
background-color: #AFAABA;
}
.BgClassName
{
background-color: #AFAABA;
}
</style>
border-color css
<style>
span { border-color: #AFAABA; }
span { border-color: rgb(175,170,186); }
td.TdClassName
{
border-color: #AFAABA;
}
.TagClassName
{
border-color: #AFAABA;
}
</style>