Shades of Spun Pearl #A9A1B7
Tints of Spun Pearl #A9A1B7
RGB
CMYK
RGB Variations
Color information
#A9A1B7 (or 0xA9A1B7) is known color: Spun Pearl. HEX triplet: A9, A1 and B7. RGB value is (169,161,183). Sum of RGB (Red+Green+Blue) = 169+161+183=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 183 - color contains mainly: blue. Hex color #A9A1B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A1B7 is #565E48. Grayscale: #A5A5A5. Windows color (decimal): -5660233 or 12034473. OLE color: 12034473.
HSL color Cylindrical-coordinate representation of color #A9A1B7: hue angle of 261.82º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9A1B7 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 161 | 183 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.28 |
| HSL | 261.82º | 0.13% | 0.67% | - |
| HSV(B) | 261.82º | 0.12% | 0.72% | - |
| XYZ | 37.65 | 37.34 | 50.02 | - |
| YUV | 165.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 161 | 183 | 0.08 | 0.12 | 0 | 0.28 | 261.82 | 0.13 | 0.67 |
| Hex | A9 | A1 | B7 | 8 | C | 0 | 1C | 106 | D | 43 |
| Octal | 251 | 241 | 267 | 10 | 14 | 0 | 34 | 406 | 15 | 103 |
| Binary | 10101001 | 10100001 | 10110111 | 1000 | 1100 | 0 | 11100 | 100000110 | 1101 | 1000011 |
Color Harmonies of #A9A1B7
Complementary color
Monochromatic Colors of #A9A1B7
Black with #A9A1B7
Text Example
Text Example
White with #A9A1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A1B7; }
p { color: rgb(169,161,183); }
H1.HeaderClassName
{
color: #A9A1B7;
}
.AnyTagClassName
{
color: #A9A1B7;
}
</style>
background-color css
<style>
a { background-color: #A9A1B7; }
a { background-color: rgb(169,161,183); }
div.DivClassName
{
background-color: #A9A1B7;
}
.BgClassName
{
background-color: #A9A1B7;
}
</style>
border-color css
<style>
span { border-color: #A9A1B7; }
span { border-color: rgb(169,161,183); }
td.TdClassName
{
border-color: #A9A1B7;
}
.TagClassName
{
border-color: #A9A1B7;
}
</style>