Shades of Spun Pearl #A19BAB
Tints of Spun Pearl #A19BAB
RGB
CMYK
RGB Variations
Color information
#A19BAB (or 0xA19BAB) is known color: Spun Pearl. HEX triplet: A1, 9B and AB. RGB value is (161,155,171). Sum of RGB (Red+Green+Blue) = 161+155+171=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #A19BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19BAB is #5E6454. Grayscale: #9E9E9E. Windows color (decimal): -6186069 or 11246497. OLE color: 11246497.
HSL color Cylindrical-coordinate representation of color #A19BAB: hue angle of 262.5º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A19BAB is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 155 | 171 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.33 |
| HSL | 262.5º | 0.09% | 0.64% | - |
| HSV(B) | 262.5º | 0.09% | 0.67% | - |
| XYZ | 33.77 | 33.96 | 43.3 | - |
| YUV | 158.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 171 | 0.06 | 0.09 | 0 | 0.33 | 262.5 | 0.09 | 0.64 |
| Hex | A1 | 9B | AB | 6 | 9 | 0 | 21 | 106 | 9 | 40 |
| Octal | 241 | 233 | 253 | 6 | 11 | 0 | 41 | 406 | 11 | 100 |
| Binary | 10100001 | 10011011 | 10101011 | 110 | 1001 | 0 | 100001 | 100000110 | 1001 | 1000000 |
Color Harmonies of #A19BAB
Complementary color
Monochromatic Colors of #A19BAB
Black with #A19BAB
Text Example
Text Example
White with #A19BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BAB; }
p { color: rgb(161,155,171); }
H1.HeaderClassName
{
color: #A19BAB;
}
.AnyTagClassName
{
color: #A19BAB;
}
</style>
background-color css
<style>
a { background-color: #A19BAB; }
a { background-color: rgb(161,155,171); }
div.DivClassName
{
background-color: #A19BAB;
}
.BgClassName
{
background-color: #A19BAB;
}
</style>
border-color css
<style>
span { border-color: #A19BAB; }
span { border-color: rgb(161,155,171); }
td.TdClassName
{
border-color: #A19BAB;
}
.TagClassName
{
border-color: #A19BAB;
}
</style>