Shades of Spun Pearl #ADADB0
Tints of Spun Pearl #ADADB0
RGB
CMYK
RGB Variations
Color information
#ADADB0 (or 0xADADB0) is known color: Spun Pearl. HEX triplet: AD, AD and B0. RGB value is (173,173,176). Sum of RGB (Red+Green+Blue) = 173+173+176=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 176 - color contains mainly: blue. Hex color #ADADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADB0 is #52524F. Grayscale: #ADADAD. Windows color (decimal): -5395024 or 11578797. OLE color: 11578797.
HSL color Cylindrical-coordinate representation of color #ADADB0: hue angle of 240º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADADB0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 173 | 176 | - |
CMYK | 0.02 | 0.02 | 0 | 0.31 |
HSL | 240º | 0.02% | 0.68% | - |
HSV(B) | 240º | 0.02% | 0.69% | - |
XYZ | 40.01 | 41.91 | 47.05 | - |
YUV | 173.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 176 | 0.02 | 0.02 | 0 | 0.31 | 240 | 0.02 | 0.68 |
Hex | AD | AD | B0 | 2 | 2 | 0 | 1F | F0 | 2 | 44 |
Octal | 255 | 255 | 260 | 2 | 2 | 0 | 37 | 360 | 2 | 104 |
Binary | 10101101 | 10101101 | 10110000 | 10 | 10 | 0 | 11111 | 11110000 | 10 | 1000100 |
Color Harmonies of #ADADB0
Complementary color
Monochromatic Colors of #ADADB0
Black with #ADADB0
Text Example
Text Example
White with #ADADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADB0; }
p { color: rgb(173,173,176); }
H1.HeaderClassName
{
color: #ADADB0;
}
.AnyTagClassName
{
color: #ADADB0;
}
</style>
background-color css
<style>
a { background-color: #ADADB0; }
a { background-color: rgb(173,173,176); }
div.DivClassName
{
background-color: #ADADB0;
}
.BgClassName
{
background-color: #ADADB0;
}
</style>
border-color css
<style>
span { border-color: #ADADB0; }
span { border-color: rgb(173,173,176); }
td.TdClassName
{
border-color: #ADADB0;
}
.TagClassName
{
border-color: #ADADB0;
}
</style>