Shades of Spun Pearl #A09CAD
Tints of Spun Pearl #A09CAD
RGB
CMYK
RGB Variations
Color information
#A09CAD (or 0xA09CAD) is known color: Spun Pearl. HEX triplet: A0, 9C and AD. RGB value is (160,156,173). Sum of RGB (Red+Green+Blue) = 160+156+173=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #A09CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09CAD is #5F6352. Grayscale: #9F9F9F. Windows color (decimal): -6251347 or 11377824. OLE color: 11377824.
HSL color Cylindrical-coordinate representation of color #A09CAD: hue angle of 254.12º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A09CAD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 156 | 173 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.32 |
| HSL | 254.12º | 0.09% | 0.65% | - |
| HSV(B) | 254.12º | 0.1% | 0.68% | - |
| XYZ | 33.93 | 34.27 | 44.36 | - |
| YUV | 159.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 173 | 0.08 | 0.10 | 0 | 0.32 | 254.12 | 0.09 | 0.65 |
| Hex | A0 | 9C | AD | 8 | A | 0 | 20 | FE | 9 | 41 |
| Octal | 240 | 234 | 255 | 10 | 12 | 0 | 40 | 376 | 11 | 101 |
| Binary | 10100000 | 10011100 | 10101101 | 1000 | 1010 | 0 | 100000 | 11111110 | 1001 | 1000001 |
Color Harmonies of #A09CAD
Complementary color
Monochromatic Colors of #A09CAD
Black with #A09CAD
Text Example
Text Example
White with #A09CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CAD; }
p { color: rgb(160,156,173); }
H1.HeaderClassName
{
color: #A09CAD;
}
.AnyTagClassName
{
color: #A09CAD;
}
</style>
background-color css
<style>
a { background-color: #A09CAD; }
a { background-color: rgb(160,156,173); }
div.DivClassName
{
background-color: #A09CAD;
}
.BgClassName
{
background-color: #A09CAD;
}
</style>
border-color css
<style>
span { border-color: #A09CAD; }
span { border-color: rgb(160,156,173); }
td.TdClassName
{
border-color: #A09CAD;
}
.TagClassName
{
border-color: #A09CAD;
}
</style>