Shades of Spun Pearl #A9A6B7
Tints of Spun Pearl #A9A6B7
RGB
CMYK
RGB Variations
Color information
#A9A6B7 (or 0xA9A6B7) is known color: Spun Pearl. HEX triplet: A9, A6 and B7. RGB value is (169,166,183). Sum of RGB (Red+Green+Blue) = 169+166+183=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 183 - color contains mainly: blue. Hex color #A9A6B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6B7 is #565948. Grayscale: #A8A8A8. Windows color (decimal): -5658953 or 12035753. OLE color: 12035753.
HSL color Cylindrical-coordinate representation of color #A9A6B7: hue angle of 250.59º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9A6B7 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 166 | 183 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.28 |
| HSL | 250.59º | 0.11% | 0.68% | - |
| HSV(B) | 250.59º | 0.09% | 0.72% | - |
| XYZ | 38.55 | 39.13 | 50.32 | - |
| YUV | 168.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 183 | 0.08 | 0.09 | 0 | 0.28 | 250.59 | 0.11 | 0.68 |
| Hex | A9 | A6 | B7 | 8 | 9 | 0 | 1C | FB | B | 44 |
| Octal | 251 | 246 | 267 | 10 | 11 | 0 | 34 | 373 | 13 | 104 |
| Binary | 10101001 | 10100110 | 10110111 | 1000 | 1001 | 0 | 11100 | 11111011 | 1011 | 1000100 |
Color Harmonies of #A9A6B7
Complementary color
Monochromatic Colors of #A9A6B7
Black with #A9A6B7
Text Example
Text Example
White with #A9A6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A6B7; }
p { color: rgb(169,166,183); }
H1.HeaderClassName
{
color: #A9A6B7;
}
.AnyTagClassName
{
color: #A9A6B7;
}
</style>
background-color css
<style>
a { background-color: #A9A6B7; }
a { background-color: rgb(169,166,183); }
div.DivClassName
{
background-color: #A9A6B7;
}
.BgClassName
{
background-color: #A9A6B7;
}
</style>
border-color css
<style>
span { border-color: #A9A6B7; }
span { border-color: rgb(169,166,183); }
td.TdClassName
{
border-color: #A9A6B7;
}
.TagClassName
{
border-color: #A9A6B7;
}
</style>