Shades of Spun Pearl #ADADB9
Tints of Spun Pearl #ADADB9
RGB
CMYK
RGB Variations
Color information
#ADADB9 (or 0xADADB9) is known color: Spun Pearl. HEX triplet: AD, AD and B9. RGB value is (173,173,185). Sum of RGB (Red+Green+Blue) = 173+173+185=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 185 - color contains mainly: blue. Hex color #ADADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADB9 is #525246. Grayscale: #AEAEAE. Windows color (decimal): -5395015 or 12168621. OLE color: 12168621.
HSL color Cylindrical-coordinate representation of color #ADADB9: hue angle of 240º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADADB9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 173 | 185 | - |
CMYK | 0.06 | 0.06 | 0 | 0.27 |
HSL | 240º | 0.08% | 0.7% | - |
HSV(B) | 240º | 0.06% | 0.73% | - |
XYZ | 40.93 | 42.27 | 51.9 | - |
YUV | 174.37 | 134 | 127.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 185 | 0.06 | 0.06 | 0 | 0.27 | 240 | 0.08 | 0.7 |
Hex | AD | AD | B9 | 6 | 6 | 0 | 1B | F0 | 8 | 46 |
Octal | 255 | 255 | 271 | 6 | 6 | 0 | 33 | 360 | 10 | 106 |
Binary | 10101101 | 10101101 | 10111001 | 110 | 110 | 0 | 11011 | 11110000 | 1000 | 1000110 |
Color Harmonies of #ADADB9
Complementary color
Monochromatic Colors of #ADADB9
Black with #ADADB9
Text Example
Text Example
White with #ADADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADB9; }
p { color: rgb(173,173,185); }
H1.HeaderClassName
{
color: #ADADB9;
}
.AnyTagClassName
{
color: #ADADB9;
}
</style>
background-color css
<style>
a { background-color: #ADADB9; }
a { background-color: rgb(173,173,185); }
div.DivClassName
{
background-color: #ADADB9;
}
.BgClassName
{
background-color: #ADADB9;
}
</style>
border-color css
<style>
span { border-color: #ADADB9; }
span { border-color: rgb(173,173,185); }
td.TdClassName
{
border-color: #ADADB9;
}
.TagClassName
{
border-color: #ADADB9;
}
</style>