Shades of Spun Pearl #ABAAB8
Tints of Spun Pearl #ABAAB8
RGB
CMYK
RGB Variations
Color information
#ABAAB8 (or 0xABAAB8) is known color: Spun Pearl. HEX triplet: AB, AA and B8. RGB value is (171,170,184). Sum of RGB (Red+Green+Blue) = 171+170+184=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 184 (72.27% from 255 or 35.05% from 525); Max value from RGB is 184 - color contains mainly: blue. Hex color #ABAAB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAB8 is #545547. Grayscale: #ABABAB. Windows color (decimal): -5526856 or 12102315. OLE color: 12102315.
HSL color Cylindrical-coordinate representation of color #ABAAB8: hue angle of 244.29º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABAAB8 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 170 | 184 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.28 |
| HSL | 244.29º | 0.09% | 0.69% | - |
| HSV(B) | 244.29º | 0.08% | 0.72% | - |
| XYZ | 39.82 | 40.87 | 51.14 | - |
| YUV | 171.9 | 134.83 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 184 | 0.07 | 0.08 | 0 | 0.28 | 244.29 | 0.09 | 0.69 |
| Hex | AB | AA | B8 | 7 | 8 | 0 | 1C | F4 | 9 | 45 |
| Octal | 253 | 252 | 270 | 7 | 10 | 0 | 34 | 364 | 11 | 105 |
| Binary | 10101011 | 10101010 | 10111000 | 111 | 1000 | 0 | 11100 | 11110100 | 1001 | 1000101 |
Color Harmonies of #ABAAB8
Complementary color
Monochromatic Colors of #ABAAB8
Black with #ABAAB8
Text Example
Text Example
White with #ABAAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAAB8; }
p { color: rgb(171,170,184); }
H1.HeaderClassName
{
color: #ABAAB8;
}
.AnyTagClassName
{
color: #ABAAB8;
}
</style>
background-color css
<style>
a { background-color: #ABAAB8; }
a { background-color: rgb(171,170,184); }
div.DivClassName
{
background-color: #ABAAB8;
}
.BgClassName
{
background-color: #ABAAB8;
}
</style>
border-color css
<style>
span { border-color: #ABAAB8; }
span { border-color: rgb(171,170,184); }
td.TdClassName
{
border-color: #ABAAB8;
}
.TagClassName
{
border-color: #ABAAB8;
}
</style>