Shades of Spun Pearl #ADABB8
Tints of Spun Pearl #ADABB8
RGB
CMYK
RGB Variations
Color information
#ADABB8 (or 0xADABB8) is known color: Spun Pearl. HEX triplet: AD, AB and B8. RGB value is (173,171,184). Sum of RGB (Red+Green+Blue) = 173+171+184=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 184 - color contains mainly: blue. Hex color #ADABB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABB8 is #525447. Grayscale: #ADADAD. Windows color (decimal): -5395528 or 12102573. OLE color: 12102573.
HSL color Cylindrical-coordinate representation of color #ADABB8: hue angle of 249.23º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADABB8 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 171 | 184 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.28 |
| HSL | 249.23º | 0.08% | 0.7% | - |
| HSV(B) | 249.23º | 0.07% | 0.72% | - |
| XYZ | 40.45 | 41.47 | 51.22 | - |
| YUV | 173.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 184 | 0.06 | 0.07 | 0 | 0.28 | 249.23 | 0.08 | 0.7 |
| Hex | AD | AB | B8 | 6 | 7 | 0 | 1C | F9 | 8 | 46 |
| Octal | 255 | 253 | 270 | 6 | 7 | 0 | 34 | 371 | 10 | 106 |
| Binary | 10101101 | 10101011 | 10111000 | 110 | 111 | 0 | 11100 | 11111001 | 1000 | 1000110 |
Color Harmonies of #ADABB8
Complementary color
Monochromatic Colors of #ADABB8
Black with #ADABB8
Text Example
Text Example
White with #ADABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABB8; }
p { color: rgb(173,171,184); }
H1.HeaderClassName
{
color: #ADABB8;
}
.AnyTagClassName
{
color: #ADABB8;
}
</style>
background-color css
<style>
a { background-color: #ADABB8; }
a { background-color: rgb(173,171,184); }
div.DivClassName
{
background-color: #ADABB8;
}
.BgClassName
{
background-color: #ADABB8;
}
</style>
border-color css
<style>
span { border-color: #ADABB8; }
span { border-color: rgb(173,171,184); }
td.TdClassName
{
border-color: #ADABB8;
}
.TagClassName
{
border-color: #ADABB8;
}
</style>