Shades of Spun Pearl #ADACB3
Tints of Spun Pearl #ADACB3
RGB
CMYK
RGB Variations
Color information
#ADACB3 (or 0xADACB3) is known color: Spun Pearl. HEX triplet: AD, AC and B3. RGB value is (173,172,179). Sum of RGB (Red+Green+Blue) = 173+172+179=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 179 - color contains mainly: blue. Hex color #ADACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACB3 is #52534C. Grayscale: #ADADAD. Windows color (decimal): -5395277 or 11775149. OLE color: 11775149.
HSL color Cylindrical-coordinate representation of color #ADACB3: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADACB3 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 172 | 179 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.30 |
| HSL | 248.57º | 0.04% | 0.69% | - |
| HSV(B) | 248.57º | 0.04% | 0.7% | - |
| XYZ | 40.12 | 41.64 | 48.57 | - |
| YUV | 173.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 179 | 0.03 | 0.04 | 0 | 0.30 | 248.57 | 0.04 | 0.69 |
| Hex | AD | AC | B3 | 3 | 4 | 0 | 1E | F9 | 4 | 45 |
| Octal | 255 | 254 | 263 | 3 | 4 | 0 | 36 | 371 | 4 | 105 |
| Binary | 10101101 | 10101100 | 10110011 | 11 | 100 | 0 | 11110 | 11111001 | 100 | 1000101 |
Color Harmonies of #ADACB3
Complementary color
Monochromatic Colors of #ADACB3
Black with #ADACB3
Text Example
Text Example
White with #ADACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACB3; }
p { color: rgb(173,172,179); }
H1.HeaderClassName
{
color: #ADACB3;
}
.AnyTagClassName
{
color: #ADACB3;
}
</style>
background-color css
<style>
a { background-color: #ADACB3; }
a { background-color: rgb(173,172,179); }
div.DivClassName
{
background-color: #ADACB3;
}
.BgClassName
{
background-color: #ADACB3;
}
</style>
border-color css
<style>
span { border-color: #ADACB3; }
span { border-color: rgb(173,172,179); }
td.TdClassName
{
border-color: #ADACB3;
}
.TagClassName
{
border-color: #ADACB3;
}
</style>