Shades of Spun Pearl #ACAABD
Tints of Spun Pearl #ACAABD
RGB
CMYK
RGB Variations
Color information
#ACAABD (or 0xACAABD) is known color: Spun Pearl. HEX triplet: AC, AA and BD. RGB value is (172,170,189). Sum of RGB (Red+Green+Blue) = 172+170+189=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAABD is #535542. Grayscale: #ACACAC. Windows color (decimal): -5461315 or 12429996. OLE color: 12429996.
HSL color Cylindrical-coordinate representation of color #ACAABD: hue angle of 246.32º degrees, saturation: 0.13, 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 #ACAABD is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 170 | 189 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.26 |
| HSL | 246.32º | 0.13% | 0.7% | - |
| HSV(B) | 246.32º | 0.1% | 0.74% | - |
| XYZ | 40.57 | 41.19 | 53.96 | - |
| YUV | 172.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 189 | 0.09 | 0.10 | 0 | 0.26 | 246.32 | 0.13 | 0.7 |
| Hex | AC | AA | BD | 9 | A | 0 | 1A | F6 | D | 46 |
| Octal | 254 | 252 | 275 | 11 | 12 | 0 | 32 | 366 | 15 | 106 |
| Binary | 10101100 | 10101010 | 10111101 | 1001 | 1010 | 0 | 11010 | 11110110 | 1101 | 1000110 |
Color Harmonies of #ACAABD
Complementary color
Monochromatic Colors of #ACAABD
Black with #ACAABD
Text Example
Text Example
White with #ACAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAABD; }
p { color: rgb(172,170,189); }
H1.HeaderClassName
{
color: #ACAABD;
}
.AnyTagClassName
{
color: #ACAABD;
}
</style>
background-color css
<style>
a { background-color: #ACAABD; }
a { background-color: rgb(172,170,189); }
div.DivClassName
{
background-color: #ACAABD;
}
.BgClassName
{
background-color: #ACAABD;
}
</style>
border-color css
<style>
span { border-color: #ACAABD; }
span { border-color: rgb(172,170,189); }
td.TdClassName
{
border-color: #ACAABD;
}
.TagClassName
{
border-color: #ACAABD;
}
</style>