Shades of Spun Pearl #A29CAC
Tints of Spun Pearl #A29CAC
RGB
CMYK
RGB Variations
Color information
#A29CAC (or 0xA29CAC) is known color: Spun Pearl. HEX triplet: A2, 9C and AC. RGB value is (162,156,172). Sum of RGB (Red+Green+Blue) = 162+156+172=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 172 - color contains mainly: blue. Hex color #A29CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29CAC is #5D6353. Grayscale: #9F9F9F. Windows color (decimal): -6120276 or 11312290. OLE color: 11312290.
HSL color Cylindrical-coordinate representation of color #A29CAC: hue angle of 262.5º 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 #A29CAC is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 156 | 172 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.33 |
| HSL | 262.5º | 0.09% | 0.64% | - |
| HSV(B) | 262.5º | 0.09% | 0.67% | - |
| XYZ | 34.24 | 34.44 | 43.87 | - |
| YUV | 159.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 172 | 0.06 | 0.09 | 0 | 0.33 | 262.5 | 0.09 | 0.64 |
| Hex | A2 | 9C | AC | 6 | 9 | 0 | 21 | 106 | 9 | 40 |
| Octal | 242 | 234 | 254 | 6 | 11 | 0 | 41 | 406 | 11 | 100 |
| Binary | 10100010 | 10011100 | 10101100 | 110 | 1001 | 0 | 100001 | 100000110 | 1001 | 1000000 |
Color Harmonies of #A29CAC
Complementary color
Monochromatic Colors of #A29CAC
Black with #A29CAC
Text Example
Text Example
White with #A29CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29CAC; }
p { color: rgb(162,156,172); }
H1.HeaderClassName
{
color: #A29CAC;
}
.AnyTagClassName
{
color: #A29CAC;
}
</style>
background-color css
<style>
a { background-color: #A29CAC; }
a { background-color: rgb(162,156,172); }
div.DivClassName
{
background-color: #A29CAC;
}
.BgClassName
{
background-color: #A29CAC;
}
</style>
border-color css
<style>
span { border-color: #A29CAC; }
span { border-color: rgb(162,156,172); }
td.TdClassName
{
border-color: #A29CAC;
}
.TagClassName
{
border-color: #A29CAC;
}
</style>