Shades of Spun Pearl #ADADB1
Tints of Spun Pearl #ADADB1
RGB
CMYK
RGB Variations
Color information
#ADADB1 (or 0xADADB1) is known color: Spun Pearl. HEX triplet: AD, AD and B1. RGB value is (173,173,177). Sum of RGB (Red+Green+Blue) = 173+173+177=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 177 - color contains mainly: blue. Hex color #ADADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADB1 is #52524E. Grayscale: #ADADAD. Windows color (decimal): -5395023 or 11644333. OLE color: 11644333.
HSL color Cylindrical-coordinate representation of color #ADADB1: hue angle of 240º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADADB1 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 173 | 177 | - |
CMYK | 0.02 | 0.02 | 0 | 0.31 |
HSL | 240º | 0.03% | 0.69% | - |
HSV(B) | 240º | 0.02% | 0.69% | - |
XYZ | 40.11 | 41.95 | 47.58 | - |
YUV | 173.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 177 | 0.02 | 0.02 | 0 | 0.31 | 240 | 0.03 | 0.69 |
Hex | AD | AD | B1 | 2 | 2 | 0 | 1F | F0 | 2 | 45 |
Octal | 255 | 255 | 261 | 2 | 2 | 0 | 37 | 360 | 2 | 105 |
Binary | 10101101 | 10101101 | 10110001 | 10 | 10 | 0 | 11111 | 11110000 | 10 | 1000101 |
Color Harmonies of #ADADB1
Complementary color
Monochromatic Colors of #ADADB1
Black with #ADADB1
Text Example
Text Example
White with #ADADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADB1; }
p { color: rgb(173,173,177); }
H1.HeaderClassName
{
color: #ADADB1;
}
.AnyTagClassName
{
color: #ADADB1;
}
</style>
background-color css
<style>
a { background-color: #ADADB1; }
a { background-color: rgb(173,173,177); }
div.DivClassName
{
background-color: #ADADB1;
}
.BgClassName
{
background-color: #ADADB1;
}
</style>
border-color css
<style>
span { border-color: #ADADB1; }
span { border-color: rgb(173,173,177); }
td.TdClassName
{
border-color: #ADADB1;
}
.TagClassName
{
border-color: #ADADB1;
}
</style>