Shades of Spun Pearl #ABABAD
Tints of Spun Pearl #ABABAD
RGB
CMYK
RGB Variations
Color information
#ABABAD (or 0xABABAD) is known color: Spun Pearl. HEX triplet: AB, AB and AD. RGB value is (171,171,173). Sum of RGB (Red+Green+Blue) = 171+171+173=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABAD is #545452. Grayscale: #ABABAB. Windows color (decimal): -5526611 or 11381675. OLE color: 11381675.
HSL color Cylindrical-coordinate representation of color #ABABAD: hue angle of 240º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ABABAD is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 171 | 171 | 173 | - |
CMYK | 0.01 | 0.01 | 0 | 0.32 |
HSL | 240º | 0.01% | 0.67% | - |
HSV(B) | 240º | 0.01% | 0.68% | - |
XYZ | 38.9 | 40.8 | 45.36 | - |
YUV | 171.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 171 | 173 | 0.01 | 0.01 | 0 | 0.32 | 240 | 0.01 | 0.67 |
Hex | AB | AB | AD | 1 | 1 | 0 | 20 | F0 | 1 | 43 |
Octal | 253 | 253 | 255 | 1 | 1 | 0 | 40 | 360 | 1 | 103 |
Binary | 10101011 | 10101011 | 10101101 | 1 | 1 | 0 | 100000 | 11110000 | 1 | 1000011 |
Color Harmonies of #ABABAD
Complementary color
Monochromatic Colors of #ABABAD
Black with #ABABAD
Text Example
Text Example
White with #ABABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABABAD; }
p { color: rgb(171,171,173); }
H1.HeaderClassName
{
color: #ABABAD;
}
.AnyTagClassName
{
color: #ABABAD;
}
</style>
background-color css
<style>
a { background-color: #ABABAD; }
a { background-color: rgb(171,171,173); }
div.DivClassName
{
background-color: #ABABAD;
}
.BgClassName
{
background-color: #ABABAD;
}
</style>
border-color css
<style>
span { border-color: #ABABAD; }
span { border-color: rgb(171,171,173); }
td.TdClassName
{
border-color: #ABABAD;
}
.TagClassName
{
border-color: #ABABAD;
}
</style>