Shades of Spun Pearl #ADABB5
Tints of Spun Pearl #ADABB5
RGB
CMYK
RGB Variations
Color information
#ADABB5 (or 0xADABB5) is known color: Spun Pearl. HEX triplet: AD, AB and B5. RGB value is (173,171,181). Sum of RGB (Red+Green+Blue) = 173+171+181=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABB5 is #52544A. Grayscale: #ACACAC. Windows color (decimal): -5395531 or 11905965. OLE color: 11905965.
HSL color Cylindrical-coordinate representation of color #ADABB5: hue angle of 252º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADABB5 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 171 | 181 | - |
CMYK | 0.04 | 0.06 | 0 | 0.29 |
HSL | 252º | 0.06% | 0.69% | - |
HSV(B) | 252º | 0.06% | 0.71% | - |
XYZ | 40.14 | 41.35 | 49.58 | - |
YUV | 172.74 | 132.66 | 128.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 171 | 181 | 0.04 | 0.06 | 0 | 0.29 | 252 | 0.06 | 0.69 |
Hex | AD | AB | B5 | 4 | 6 | 0 | 1D | FC | 6 | 45 |
Octal | 255 | 253 | 265 | 4 | 6 | 0 | 35 | 374 | 6 | 105 |
Binary | 10101101 | 10101011 | 10110101 | 100 | 110 | 0 | 11101 | 11111100 | 110 | 1000101 |
Color Harmonies of #ADABB5
Complementary color
Monochromatic Colors of #ADABB5
Black with #ADABB5
Text Example
Text Example
White with #ADABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABB5; }
p { color: rgb(173,171,181); }
H1.HeaderClassName
{
color: #ADABB5;
}
.AnyTagClassName
{
color: #ADABB5;
}
</style>
background-color css
<style>
a { background-color: #ADABB5; }
a { background-color: rgb(173,171,181); }
div.DivClassName
{
background-color: #ADABB5;
}
.BgClassName
{
background-color: #ADABB5;
}
</style>
border-color css
<style>
span { border-color: #ADABB5; }
span { border-color: rgb(173,171,181); }
td.TdClassName
{
border-color: #ADABB5;
}
.TagClassName
{
border-color: #ADABB5;
}
</style>