Shades of Spun Pearl #ACAABC
Tints of Spun Pearl #ACAABC
RGB
CMYK
RGB Variations
Color information
#ACAABC (or 0xACAABC) is known color: Spun Pearl. HEX triplet: AC, AA and BC. RGB value is (172,170,188). Sum of RGB (Red+Green+Blue) = 172+170+188=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAABC is #535543. Grayscale: #ACACAC. Windows color (decimal): -5461316 or 12364460. OLE color: 12364460.
HSL color Cylindrical-coordinate representation of color #ACAABC: hue angle of 246.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACAABC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 170 | 188 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.26 |
| HSL | 246.67º | 0.12% | 0.7% | - |
| HSV(B) | 246.67º | 0.1% | 0.74% | - |
| XYZ | 40.47 | 41.15 | 53.39 | - |
| YUV | 172.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 188 | 0.09 | 0.10 | 0 | 0.26 | 246.67 | 0.12 | 0.7 |
| Hex | AC | AA | BC | 9 | A | 0 | 1A | F7 | C | 46 |
| Octal | 254 | 252 | 274 | 11 | 12 | 0 | 32 | 367 | 14 | 106 |
| Binary | 10101100 | 10101010 | 10111100 | 1001 | 1010 | 0 | 11010 | 11110111 | 1100 | 1000110 |
Color Harmonies of #ACAABC
Complementary color
Monochromatic Colors of #ACAABC
Black with #ACAABC
Text Example
Text Example
White with #ACAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAABC; }
p { color: rgb(172,170,188); }
H1.HeaderClassName
{
color: #ACAABC;
}
.AnyTagClassName
{
color: #ACAABC;
}
</style>
background-color css
<style>
a { background-color: #ACAABC; }
a { background-color: rgb(172,170,188); }
div.DivClassName
{
background-color: #ACAABC;
}
.BgClassName
{
background-color: #ACAABC;
}
</style>
border-color css
<style>
span { border-color: #ACAABC; }
span { border-color: rgb(172,170,188); }
td.TdClassName
{
border-color: #ACAABC;
}
.TagClassName
{
border-color: #ACAABC;
}
</style>