Shades of Spun Pearl #A09CAE
Tints of Spun Pearl #A09CAE
RGB
CMYK
RGB Variations
Color information
#A09CAE (or 0xA09CAE) is known color: Spun Pearl. HEX triplet: A0, 9C and AE. RGB value is (160,156,174). Sum of RGB (Red+Green+Blue) = 160+156+174=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #A09CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09CAE is #5F6351. Grayscale: #9F9F9F. Windows color (decimal): -6251346 or 11443360. OLE color: 11443360.
HSL color Cylindrical-coordinate representation of color #A09CAE: hue angle of 253.33º degrees, saturation: 0.1, 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 #A09CAE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 156 | 174 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.32 |
| HSL | 253.33º | 0.1% | 0.65% | - |
| HSV(B) | 253.33º | 0.1% | 0.68% | - |
| XYZ | 34.03 | 34.31 | 44.87 | - |
| YUV | 159.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 174 | 0.08 | 0.10 | 0 | 0.32 | 253.33 | 0.1 | 0.65 |
| Hex | A0 | 9C | AE | 8 | A | 0 | 20 | FD | A | 41 |
| Octal | 240 | 234 | 256 | 10 | 12 | 0 | 40 | 375 | 12 | 101 |
| Binary | 10100000 | 10011100 | 10101110 | 1000 | 1010 | 0 | 100000 | 11111101 | 1010 | 1000001 |
Color Harmonies of #A09CAE
Complementary color
Monochromatic Colors of #A09CAE
Black with #A09CAE
Text Example
Text Example
White with #A09CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CAE; }
p { color: rgb(160,156,174); }
H1.HeaderClassName
{
color: #A09CAE;
}
.AnyTagClassName
{
color: #A09CAE;
}
</style>
background-color css
<style>
a { background-color: #A09CAE; }
a { background-color: rgb(160,156,174); }
div.DivClassName
{
background-color: #A09CAE;
}
.BgClassName
{
background-color: #A09CAE;
}
</style>
border-color css
<style>
span { border-color: #A09CAE; }
span { border-color: rgb(160,156,174); }
td.TdClassName
{
border-color: #A09CAE;
}
.TagClassName
{
border-color: #A09CAE;
}
</style>