Shades of Spun Pearl #A09CAC
Tints of Spun Pearl #A09CAC
RGB
CMYK
RGB Variations
Color information
#A09CAC (or 0xA09CAC) is known color: Spun Pearl. HEX triplet: A0, 9C and AC. RGB value is (160,156,172). Sum of RGB (Red+Green+Blue) = 160+156+172=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: blue. Hex color #A09CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09CAC is #5F6353. Grayscale: #9E9E9E. Windows color (decimal): -6251348 or 11312288. OLE color: 11312288.
HSL color Cylindrical-coordinate representation of color #A09CAC: hue angle of 255º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A09CAC is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 156 | 172 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.33 |
| HSL | 255º | 0.09% | 0.64% | - |
| HSV(B) | 255º | 0.09% | 0.67% | - |
| XYZ | 33.83 | 34.23 | 43.85 | - |
| YUV | 159.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 172 | 0.07 | 0.09 | 0 | 0.33 | 255 | 0.09 | 0.64 |
| Hex | A0 | 9C | AC | 7 | 9 | 0 | 21 | FF | 9 | 40 |
| Octal | 240 | 234 | 254 | 7 | 11 | 0 | 41 | 377 | 11 | 100 |
| Binary | 10100000 | 10011100 | 10101100 | 111 | 1001 | 0 | 100001 | 11111111 | 1001 | 1000000 |
Color Harmonies of #A09CAC
Complementary color
Monochromatic Colors of #A09CAC
Black with #A09CAC
Text Example
Text Example
White with #A09CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CAC; }
p { color: rgb(160,156,172); }
H1.HeaderClassName
{
color: #A09CAC;
}
.AnyTagClassName
{
color: #A09CAC;
}
</style>
background-color css
<style>
a { background-color: #A09CAC; }
a { background-color: rgb(160,156,172); }
div.DivClassName
{
background-color: #A09CAC;
}
.BgClassName
{
background-color: #A09CAC;
}
</style>
border-color css
<style>
span { border-color: #A09CAC; }
span { border-color: rgb(160,156,172); }
td.TdClassName
{
border-color: #A09CAC;
}
.TagClassName
{
border-color: #A09CAC;
}
</style>