Shades of Spun Pearl #ADAAB5
Tints of Spun Pearl #ADAAB5
RGB
CMYK
RGB Variations
Color information
#ADAAB5 (or 0xADAAB5) is known color: Spun Pearl. HEX triplet: AD, AA and B5. RGB value is (173,170,181). Sum of RGB (Red+Green+Blue) = 173+170+181=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADAAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAB5 is #52554A. Grayscale: #ACACAC. Windows color (decimal): -5395787 or 11905709. OLE color: 11905709.
HSL color Cylindrical-coordinate representation of color #ADAAB5: hue angle of 256.36º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADAAB5 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 170 | 181 | - |
CMYK | 0.04 | 0.06 | 0 | 0.29 |
HSL | 256.36º | 0.07% | 0.69% | - |
HSV(B) | 256.36º | 0.06% | 0.71% | - |
XYZ | 39.95 | 40.97 | 49.52 | - |
YUV | 172.15 | 132.99 | 128.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 170 | 181 | 0.04 | 0.06 | 0 | 0.29 | 256.36 | 0.07 | 0.69 |
Hex | AD | AA | B5 | 4 | 6 | 0 | 1D | 100 | 7 | 45 |
Octal | 255 | 252 | 265 | 4 | 6 | 0 | 35 | 400 | 7 | 105 |
Binary | 10101101 | 10101010 | 10110101 | 100 | 110 | 0 | 11101 | 100000000 | 111 | 1000101 |
Color Harmonies of #ADAAB5
Complementary color
Monochromatic Colors of #ADAAB5
Black with #ADAAB5
Text Example
Text Example
White with #ADAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAAB5; }
p { color: rgb(173,170,181); }
H1.HeaderClassName
{
color: #ADAAB5;
}
.AnyTagClassName
{
color: #ADAAB5;
}
</style>
background-color css
<style>
a { background-color: #ADAAB5; }
a { background-color: rgb(173,170,181); }
div.DivClassName
{
background-color: #ADAAB5;
}
.BgClassName
{
background-color: #ADAAB5;
}
</style>
border-color css
<style>
span { border-color: #ADAAB5; }
span { border-color: rgb(173,170,181); }
td.TdClassName
{
border-color: #ADAAB5;
}
.TagClassName
{
border-color: #ADAAB5;
}
</style>