Shades of Spun Pearl #A19CAD
Tints of Spun Pearl #A19CAD
RGB
CMYK
RGB Variations
Color information
#A19CAD (or 0xA19CAD) is known color: Spun Pearl. HEX triplet: A1, 9C and AD. RGB value is (161,156,173). Sum of RGB (Red+Green+Blue) = 161+156+173=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 156 (61.33% from 255 or 31.84% 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 #A19CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19CAD is #5E6352. Grayscale: #9F9F9F. Windows color (decimal): -6185811 or 11377825. OLE color: 11377825.
HSL color Cylindrical-coordinate representation of color #A19CAD: hue angle of 257.65º 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 #A19CAD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 156 | 173 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.32 |
| HSL | 257.65º | 0.09% | 0.65% | - |
| HSV(B) | 257.65º | 0.1% | 0.68% | - |
| XYZ | 34.13 | 34.37 | 44.37 | - |
| YUV | 159.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 173 | 0.07 | 0.10 | 0 | 0.32 | 257.65 | 0.09 | 0.65 |
| Hex | A1 | 9C | AD | 7 | A | 0 | 20 | 102 | 9 | 41 |
| Octal | 241 | 234 | 255 | 7 | 12 | 0 | 40 | 402 | 11 | 101 |
| Binary | 10100001 | 10011100 | 10101101 | 111 | 1010 | 0 | 100000 | 100000010 | 1001 | 1000001 |
Color Harmonies of #A19CAD
Complementary color
Monochromatic Colors of #A19CAD
Black with #A19CAD
Text Example
Text Example
White with #A19CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19CAD; }
p { color: rgb(161,156,173); }
H1.HeaderClassName
{
color: #A19CAD;
}
.AnyTagClassName
{
color: #A19CAD;
}
</style>
background-color css
<style>
a { background-color: #A19CAD; }
a { background-color: rgb(161,156,173); }
div.DivClassName
{
background-color: #A19CAD;
}
.BgClassName
{
background-color: #A19CAD;
}
</style>
border-color css
<style>
span { border-color: #A19CAD; }
span { border-color: rgb(161,156,173); }
td.TdClassName
{
border-color: #A19CAD;
}
.TagClassName
{
border-color: #A19CAD;
}
</style>