Shades of Spun Pearl #ADACB5
Tints of Spun Pearl #ADACB5
RGB
CMYK
RGB Variations
Color information
#ADACB5 (or 0xADACB5) is known color: Spun Pearl. HEX triplet: AD, AC and B5. RGB value is (173,172,181). Sum of RGB (Red+Green+Blue) = 173+172+181=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACB5 is #52534A. Grayscale: #ADADAD. Windows color (decimal): -5395275 or 11906221. OLE color: 11906221.
HSL color Cylindrical-coordinate representation of color #ADACB5: hue angle of 246.67º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADACB5 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 172 | 181 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.29 |
| HSL | 246.67º | 0.06% | 0.69% | - |
| HSV(B) | 246.67º | 0.05% | 0.71% | - |
| XYZ | 40.33 | 41.73 | 49.64 | - |
| YUV | 173.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 181 | 0.04 | 0.05 | 0 | 0.29 | 246.67 | 0.06 | 0.69 |
| Hex | AD | AC | B5 | 4 | 5 | 0 | 1D | F7 | 6 | 45 |
| Octal | 255 | 254 | 265 | 4 | 5 | 0 | 35 | 367 | 6 | 105 |
| Binary | 10101101 | 10101100 | 10110101 | 100 | 101 | 0 | 11101 | 11110111 | 110 | 1000101 |
Color Harmonies of #ADACB5
Complementary color
Monochromatic Colors of #ADACB5
Black with #ADACB5
Text Example
Text Example
White with #ADACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACB5; }
p { color: rgb(173,172,181); }
H1.HeaderClassName
{
color: #ADACB5;
}
.AnyTagClassName
{
color: #ADACB5;
}
</style>
background-color css
<style>
a { background-color: #ADACB5; }
a { background-color: rgb(173,172,181); }
div.DivClassName
{
background-color: #ADACB5;
}
.BgClassName
{
background-color: #ADACB5;
}
</style>
border-color css
<style>
span { border-color: #ADACB5; }
span { border-color: rgb(173,172,181); }
td.TdClassName
{
border-color: #ADACB5;
}
.TagClassName
{
border-color: #ADACB5;
}
</style>