Shades of Spun Pearl #ADAAB6
Tints of Spun Pearl #ADAAB6
RGB
CMYK
RGB Variations
Color information
#ADAAB6 (or 0xADAAB6) is known color: Spun Pearl. HEX triplet: AD, AA and B6. RGB value is (173,170,182). Sum of RGB (Red+Green+Blue) = 173+170+182=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADAAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAB6 is #525549. Grayscale: #ACACAC. Windows color (decimal): -5395786 or 11971245. OLE color: 11971245.
HSL color Cylindrical-coordinate representation of color #ADAAB6: hue angle of 255º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADAAB6 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 170 | 182 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.29 |
| HSL | 255º | 0.08% | 0.69% | - |
| HSV(B) | 255º | 0.07% | 0.71% | - |
| XYZ | 40.05 | 41.01 | 50.06 | - |
| YUV | 172.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 182 | 0.05 | 0.07 | 0 | 0.29 | 255 | 0.08 | 0.69 |
| Hex | AD | AA | B6 | 5 | 7 | 0 | 1D | FF | 8 | 45 |
| Octal | 255 | 252 | 266 | 5 | 7 | 0 | 35 | 377 | 10 | 105 |
| Binary | 10101101 | 10101010 | 10110110 | 101 | 111 | 0 | 11101 | 11111111 | 1000 | 1000101 |
Color Harmonies of #ADAAB6
Complementary color
Monochromatic Colors of #ADAAB6
Black with #ADAAB6
Text Example
Text Example
White with #ADAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAAB6; }
p { color: rgb(173,170,182); }
H1.HeaderClassName
{
color: #ADAAB6;
}
.AnyTagClassName
{
color: #ADAAB6;
}
</style>
background-color css
<style>
a { background-color: #ADAAB6; }
a { background-color: rgb(173,170,182); }
div.DivClassName
{
background-color: #ADAAB6;
}
.BgClassName
{
background-color: #ADAAB6;
}
</style>
border-color css
<style>
span { border-color: #ADAAB6; }
span { border-color: rgb(173,170,182); }
td.TdClassName
{
border-color: #ADAAB6;
}
.TagClassName
{
border-color: #ADAAB6;
}
</style>