Shades of Spun Pearl #A09DAD
Tints of Spun Pearl #A09DAD
RGB
CMYK
RGB Variations
Color information
#A09DAD (or 0xA09DAD) is known color: Spun Pearl. HEX triplet: A0, 9D and AD. RGB value is (160,157,173). Sum of RGB (Red+Green+Blue) = 160+157+173=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: blue. Hex color #A09DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09DAD is #5F6252. Grayscale: #9F9F9F. Windows color (decimal): -6251091 or 11378080. OLE color: 11378080.
HSL color Cylindrical-coordinate representation of color #A09DAD: hue angle of 251.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A09DAD is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 157 | 173 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.32 |
| HSL | 251.25º | 0.09% | 0.65% | - |
| HSV(B) | 251.25º | 0.09% | 0.68% | - |
| XYZ | 34.1 | 34.6 | 44.42 | - |
| YUV | 159.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 173 | 0.08 | 0.09 | 0 | 0.32 | 251.25 | 0.09 | 0.65 |
| Hex | A0 | 9D | AD | 8 | 9 | 0 | 20 | FB | 9 | 41 |
| Octal | 240 | 235 | 255 | 10 | 11 | 0 | 40 | 373 | 11 | 101 |
| Binary | 10100000 | 10011101 | 10101101 | 1000 | 1001 | 0 | 100000 | 11111011 | 1001 | 1000001 |
Color Harmonies of #A09DAD
Complementary color
Monochromatic Colors of #A09DAD
Black with #A09DAD
Text Example
Text Example
White with #A09DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DAD; }
p { color: rgb(160,157,173); }
H1.HeaderClassName
{
color: #A09DAD;
}
.AnyTagClassName
{
color: #A09DAD;
}
</style>
background-color css
<style>
a { background-color: #A09DAD; }
a { background-color: rgb(160,157,173); }
div.DivClassName
{
background-color: #A09DAD;
}
.BgClassName
{
background-color: #A09DAD;
}
</style>
border-color css
<style>
span { border-color: #A09DAD; }
span { border-color: rgb(160,157,173); }
td.TdClassName
{
border-color: #A09DAD;
}
.TagClassName
{
border-color: #A09DAD;
}
</style>