Shades of Spun Pearl #ADABB1
Tints of Spun Pearl #ADABB1
RGB
CMYK
RGB Variations
Color information
#ADABB1 (or 0xADABB1) is known color: Spun Pearl. HEX triplet: AD, AB and B1. RGB value is (173,171,177). Sum of RGB (Red+Green+Blue) = 173+171+177=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 177 - color contains mainly: blue. Hex color #ADABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABB1 is #52544E. Grayscale: #ACACAC. Windows color (decimal): -5395535 or 11643821. OLE color: 11643821.
HSL color Cylindrical-coordinate representation of color #ADABB1: hue angle of 260º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADABB1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 171 | 177 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.31 |
| HSL | 260º | 0.04% | 0.68% | - |
| HSV(B) | 260º | 0.03% | 0.69% | - |
| XYZ | 39.73 | 41.18 | 47.45 | - |
| YUV | 172.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 177 | 0.02 | 0.03 | 0 | 0.31 | 260 | 0.04 | 0.68 |
| Hex | AD | AB | B1 | 2 | 3 | 0 | 1F | 104 | 4 | 44 |
| Octal | 255 | 253 | 261 | 2 | 3 | 0 | 37 | 404 | 4 | 104 |
| Binary | 10101101 | 10101011 | 10110001 | 10 | 11 | 0 | 11111 | 100000100 | 100 | 1000100 |
Color Harmonies of #ADABB1
Complementary color
Monochromatic Colors of #ADABB1
Black with #ADABB1
Text Example
Text Example
White with #ADABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABB1; }
p { color: rgb(173,171,177); }
H1.HeaderClassName
{
color: #ADABB1;
}
.AnyTagClassName
{
color: #ADABB1;
}
</style>
background-color css
<style>
a { background-color: #ADABB1; }
a { background-color: rgb(173,171,177); }
div.DivClassName
{
background-color: #ADABB1;
}
.BgClassName
{
background-color: #ADABB1;
}
</style>
border-color css
<style>
span { border-color: #ADABB1; }
span { border-color: rgb(173,171,177); }
td.TdClassName
{
border-color: #ADABB1;
}
.TagClassName
{
border-color: #ADABB1;
}
</style>