Shades of Spun Pearl #ADABB7
Tints of Spun Pearl #ADABB7
RGB
CMYK
RGB Variations
Color information
#ADABB7 (or 0xADABB7) is known color: Spun Pearl. HEX triplet: AD, AB and B7. RGB value is (173,171,183). Sum of RGB (Red+Green+Blue) = 173+171+183=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 183 - color contains mainly: blue. Hex color #ADABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABB7 is #525448. Grayscale: #ACACAC. Windows color (decimal): -5395529 or 12037037. OLE color: 12037037.
HSL color Cylindrical-coordinate representation of color #ADABB7: hue angle of 250º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADABB7 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 173 | 171 | 183 | - |
CMYK | 0.05 | 0.07 | 0 | 0.28 |
HSL | 250º | 0.08% | 0.69% | - |
HSV(B) | 250º | 0.07% | 0.72% | - |
XYZ | 40.34 | 41.43 | 50.67 | - |
YUV | 172.97 | 133.66 | 128.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 171 | 183 | 0.05 | 0.07 | 0 | 0.28 | 250 | 0.08 | 0.69 |
Hex | AD | AB | B7 | 5 | 7 | 0 | 1C | FA | 8 | 45 |
Octal | 255 | 253 | 267 | 5 | 7 | 0 | 34 | 372 | 10 | 105 |
Binary | 10101101 | 10101011 | 10110111 | 101 | 111 | 0 | 11100 | 11111010 | 1000 | 1000101 |
Color Harmonies of #ADABB7
Complementary color
Monochromatic Colors of #ADABB7
Black with #ADABB7
Text Example
Text Example
White with #ADABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABB7; }
p { color: rgb(173,171,183); }
H1.HeaderClassName
{
color: #ADABB7;
}
.AnyTagClassName
{
color: #ADABB7;
}
</style>
background-color css
<style>
a { background-color: #ADABB7; }
a { background-color: rgb(173,171,183); }
div.DivClassName
{
background-color: #ADABB7;
}
.BgClassName
{
background-color: #ADABB7;
}
</style>
border-color css
<style>
span { border-color: #ADABB7; }
span { border-color: rgb(173,171,183); }
td.TdClassName
{
border-color: #ADABB7;
}
.TagClassName
{
border-color: #ADABB7;
}
</style>