Shades of Spun Pearl #A09EAE
Tints of Spun Pearl #A09EAE
RGB
CMYK
RGB Variations
Color information
#A09EAE (or 0xA09EAE) is known color: Spun Pearl. HEX triplet: A0, 9E and AE. RGB value is (160,158,174). Sum of RGB (Red+Green+Blue) = 160+158+174=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #A09EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09EAE is #5F6151. Grayscale: #A0A0A0. Windows color (decimal): -6250834 or 11443872. OLE color: 11443872.
HSL color Cylindrical-coordinate representation of color #A09EAE: hue angle of 247.5º 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 #A09EAE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 158 | 174 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.32 |
| HSL | 247.5º | 0.09% | 0.65% | - |
| HSV(B) | 247.5º | 0.09% | 0.68% | - |
| XYZ | 34.36 | 34.98 | 44.99 | - |
| YUV | 160.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 174 | 0.08 | 0.09 | 0 | 0.32 | 247.5 | 0.09 | 0.65 |
| Hex | A0 | 9E | AE | 8 | 9 | 0 | 20 | F8 | 9 | 41 |
| Octal | 240 | 236 | 256 | 10 | 11 | 0 | 40 | 370 | 11 | 101 |
| Binary | 10100000 | 10011110 | 10101110 | 1000 | 1001 | 0 | 100000 | 11111000 | 1001 | 1000001 |
Color Harmonies of #A09EAE
Complementary color
Monochromatic Colors of #A09EAE
Black with #A09EAE
Text Example
Text Example
White with #A09EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EAE; }
p { color: rgb(160,158,174); }
H1.HeaderClassName
{
color: #A09EAE;
}
.AnyTagClassName
{
color: #A09EAE;
}
</style>
background-color css
<style>
a { background-color: #A09EAE; }
a { background-color: rgb(160,158,174); }
div.DivClassName
{
background-color: #A09EAE;
}
.BgClassName
{
background-color: #A09EAE;
}
</style>
border-color css
<style>
span { border-color: #A09EAE; }
span { border-color: rgb(160,158,174); }
td.TdClassName
{
border-color: #A09EAE;
}
.TagClassName
{
border-color: #A09EAE;
}
</style>