Shades of Spun Pearl #ADAAB8
Tints of Spun Pearl #ADAAB8
RGB
CMYK
RGB Variations
Color information
#ADAAB8 (or 0xADAAB8) is known color: Spun Pearl. HEX triplet: AD, AA and B8. RGB value is (173,170,184). Sum of RGB (Red+Green+Blue) = 173+170+184=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 184 - color contains mainly: blue. Hex color #ADAAB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAB8 is #525547. Grayscale: #ACACAC. Windows color (decimal): -5395784 or 12102317. OLE color: 12102317.
HSL color Cylindrical-coordinate representation of color #ADAAB8: hue angle of 252.86º 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 #ADAAB8 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 170 | 184 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.28 |
| HSL | 252.86º | 0.09% | 0.69% | - |
| HSV(B) | 252.86º | 0.08% | 0.72% | - |
| XYZ | 40.26 | 41.09 | 51.16 | - |
| YUV | 172.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 184 | 0.06 | 0.08 | 0 | 0.28 | 252.86 | 0.09 | 0.69 |
| Hex | AD | AA | B8 | 6 | 8 | 0 | 1C | FD | 9 | 45 |
| Octal | 255 | 252 | 270 | 6 | 10 | 0 | 34 | 375 | 11 | 105 |
| Binary | 10101101 | 10101010 | 10111000 | 110 | 1000 | 0 | 11100 | 11111101 | 1001 | 1000101 |
Color Harmonies of #ADAAB8
Complementary color
Monochromatic Colors of #ADAAB8
Black with #ADAAB8
Text Example
Text Example
White with #ADAAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAAB8; }
p { color: rgb(173,170,184); }
H1.HeaderClassName
{
color: #ADAAB8;
}
.AnyTagClassName
{
color: #ADAAB8;
}
</style>
background-color css
<style>
a { background-color: #ADAAB8; }
a { background-color: rgb(173,170,184); }
div.DivClassName
{
background-color: #ADAAB8;
}
.BgClassName
{
background-color: #ADAAB8;
}
</style>
border-color css
<style>
span { border-color: #ADAAB8; }
span { border-color: rgb(173,170,184); }
td.TdClassName
{
border-color: #ADAAB8;
}
.TagClassName
{
border-color: #ADAAB8;
}
</style>