Shades of Spun Pearl #ADAABC
Tints of Spun Pearl #ADAABC
RGB
CMYK
RGB Variations
Color information
#ADAABC (or 0xADAABC) is known color: Spun Pearl. HEX triplet: AD, AA and BC. RGB value is (173,170,188). Sum of RGB (Red+Green+Blue) = 173+170+188=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAABC is #525543. Grayscale: #ACACAC. Windows color (decimal): -5395780 or 12364461. OLE color: 12364461.
HSL color Cylindrical-coordinate representation of color #ADAABC: hue angle of 250º 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 #ADAABC is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 170 | 188 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.26 |
| HSL | 250º | 0.12% | 0.7% | - |
| HSV(B) | 250º | 0.1% | 0.74% | - |
| XYZ | 40.69 | 41.26 | 53.4 | - |
| YUV | 172.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 188 | 0.08 | 0.10 | 0 | 0.26 | 250 | 0.12 | 0.7 |
| Hex | AD | AA | BC | 8 | A | 0 | 1A | FA | C | 46 |
| Octal | 255 | 252 | 274 | 10 | 12 | 0 | 32 | 372 | 14 | 106 |
| Binary | 10101101 | 10101010 | 10111100 | 1000 | 1010 | 0 | 11010 | 11111010 | 1100 | 1000110 |
Color Harmonies of #ADAABC
Complementary color
Monochromatic Colors of #ADAABC
Black with #ADAABC
Text Example
Text Example
White with #ADAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAABC; }
p { color: rgb(173,170,188); }
H1.HeaderClassName
{
color: #ADAABC;
}
.AnyTagClassName
{
color: #ADAABC;
}
</style>
background-color css
<style>
a { background-color: #ADAABC; }
a { background-color: rgb(173,170,188); }
div.DivClassName
{
background-color: #ADAABC;
}
.BgClassName
{
background-color: #ADAABC;
}
</style>
border-color css
<style>
span { border-color: #ADAABC; }
span { border-color: rgb(173,170,188); }
td.TdClassName
{
border-color: #ADAABC;
}
.TagClassName
{
border-color: #ADAABC;
}
</style>