Shades of Spun Pearl #A09CAF
Tints of Spun Pearl #A09CAF
RGB
CMYK
RGB Variations
Color information
#A09CAF (or 0xA09CAF) is known color: Spun Pearl. HEX triplet: A0, 9C and AF. RGB value is (160,156,175). Sum of RGB (Red+Green+Blue) = 160+156+175=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #A09CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09CAF is #5F6350. Grayscale: #9F9F9F. Windows color (decimal): -6251345 or 11508896. OLE color: 11508896.
HSL color Cylindrical-coordinate representation of color #A09CAF: hue angle of 252.63º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A09CAF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 156 | 175 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.31 |
| HSL | 252.63º | 0.11% | 0.65% | - |
| HSV(B) | 252.63º | 0.11% | 0.69% | - |
| XYZ | 34.12 | 34.35 | 45.39 | - |
| YUV | 159.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 175 | 0.09 | 0.11 | 0 | 0.31 | 252.63 | 0.11 | 0.65 |
| Hex | A0 | 9C | AF | 9 | B | 0 | 1F | FD | B | 41 |
| Octal | 240 | 234 | 257 | 11 | 13 | 0 | 37 | 375 | 13 | 101 |
| Binary | 10100000 | 10011100 | 10101111 | 1001 | 1011 | 0 | 11111 | 11111101 | 1011 | 1000001 |
Color Harmonies of #A09CAF
Complementary color
Monochromatic Colors of #A09CAF
Black with #A09CAF
Text Example
Text Example
White with #A09CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CAF; }
p { color: rgb(160,156,175); }
H1.HeaderClassName
{
color: #A09CAF;
}
.AnyTagClassName
{
color: #A09CAF;
}
</style>
background-color css
<style>
a { background-color: #A09CAF; }
a { background-color: rgb(160,156,175); }
div.DivClassName
{
background-color: #A09CAF;
}
.BgClassName
{
background-color: #A09CAF;
}
</style>
border-color css
<style>
span { border-color: #A09CAF; }
span { border-color: rgb(160,156,175); }
td.TdClassName
{
border-color: #A09CAF;
}
.TagClassName
{
border-color: #A09CAF;
}
</style>