Shades of Spun Pearl #ADACBA
Tints of Spun Pearl #ADACBA
RGB
CMYK
RGB Variations
Color information
#ADACBA (or 0xADACBA) is known color: Spun Pearl. HEX triplet: AD, AC and BA. RGB value is (173,172,186). Sum of RGB (Red+Green+Blue) = 173+172+186=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACBA is #525345. Grayscale: #ADADAD. Windows color (decimal): -5395270 or 12233901. OLE color: 12233901.
HSL color Cylindrical-coordinate representation of color #ADACBA: hue angle of 244.29º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADACBA is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 172 | 186 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.27 |
| HSL | 244.29º | 0.09% | 0.7% | - |
| HSV(B) | 244.29º | 0.08% | 0.73% | - |
| XYZ | 40.85 | 41.93 | 52.4 | - |
| YUV | 173.9 | 134.83 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 186 | 0.07 | 0.08 | 0 | 0.27 | 244.29 | 0.09 | 0.7 |
| Hex | AD | AC | BA | 7 | 8 | 0 | 1B | F4 | 9 | 46 |
| Octal | 255 | 254 | 272 | 7 | 10 | 0 | 33 | 364 | 11 | 106 |
| Binary | 10101101 | 10101100 | 10111010 | 111 | 1000 | 0 | 11011 | 11110100 | 1001 | 1000110 |
Color Harmonies of #ADACBA
Complementary color
Monochromatic Colors of #ADACBA
Black with #ADACBA
Text Example
Text Example
White with #ADACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACBA; }
p { color: rgb(173,172,186); }
H1.HeaderClassName
{
color: #ADACBA;
}
.AnyTagClassName
{
color: #ADACBA;
}
</style>
background-color css
<style>
a { background-color: #ADACBA; }
a { background-color: rgb(173,172,186); }
div.DivClassName
{
background-color: #ADACBA;
}
.BgClassName
{
background-color: #ADACBA;
}
</style>
border-color css
<style>
span { border-color: #ADACBA; }
span { border-color: rgb(173,172,186); }
td.TdClassName
{
border-color: #ADACBA;
}
.TagClassName
{
border-color: #ADACBA;
}
</style>