Shades of Spun Pearl #ABAABA
Tints of Spun Pearl #ABAABA
RGB
CMYK
RGB Variations
Color information
#ABAABA (or 0xABAABA) is known color: Spun Pearl. HEX triplet: AB, AA and BA. RGB value is (171,170,186). Sum of RGB (Red+Green+Blue) = 171+170+186=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAABA is #545545. Grayscale: #ACACAC. Windows color (decimal): -5526854 or 12233387. OLE color: 12233387.
HSL color Cylindrical-coordinate representation of color #ABAABA: hue angle of 243.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 #ABAABA is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 170 | 186 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.27 |
| HSL | 243.75º | 0.1% | 0.7% | - |
| HSV(B) | 243.75º | 0.09% | 0.73% | - |
| XYZ | 40.03 | 40.95 | 52.25 | - |
| YUV | 172.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 186 | 0.08 | 0.09 | 0 | 0.27 | 243.75 | 0.1 | 0.7 |
| Hex | AB | AA | BA | 8 | 9 | 0 | 1B | F4 | A | 46 |
| Octal | 253 | 252 | 272 | 10 | 11 | 0 | 33 | 364 | 12 | 106 |
| Binary | 10101011 | 10101010 | 10111010 | 1000 | 1001 | 0 | 11011 | 11110100 | 1010 | 1000110 |
Color Harmonies of #ABAABA
Complementary color
Monochromatic Colors of #ABAABA
Black with #ABAABA
Text Example
Text Example
White with #ABAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAABA; }
p { color: rgb(171,170,186); }
H1.HeaderClassName
{
color: #ABAABA;
}
.AnyTagClassName
{
color: #ABAABA;
}
</style>
background-color css
<style>
a { background-color: #ABAABA; }
a { background-color: rgb(171,170,186); }
div.DivClassName
{
background-color: #ABAABA;
}
.BgClassName
{
background-color: #ABAABA;
}
</style>
border-color css
<style>
span { border-color: #ABAABA; }
span { border-color: rgb(171,170,186); }
td.TdClassName
{
border-color: #ABAABA;
}
.TagClassName
{
border-color: #ABAABA;
}
</style>