Shades of Spun Pearl #AAA3BA
Tints of Spun Pearl #AAA3BA
RGB
CMYK
RGB Variations
Color information
#AAA3BA (or 0xAAA3BA) is known color: Spun Pearl. HEX triplet: AA, A3 and BA. RGB value is (170,163,186). Sum of RGB (Red+Green+Blue) = 170+163+186=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3BA is #555C45. Grayscale: #A7A7A7. Windows color (decimal): -5594182 or 12231594. OLE color: 12231594.
HSL color Cylindrical-coordinate representation of color #AAA3BA: hue angle of 258.26º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA3BA is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 163 | 186 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.27 |
| HSL | 258.26º | 0.14% | 0.68% | - |
| HSV(B) | 258.26º | 0.12% | 0.73% | - |
| XYZ | 38.54 | 38.29 | 51.81 | - |
| YUV | 167.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 186 | 0.09 | 0.12 | 0 | 0.27 | 258.26 | 0.14 | 0.68 |
| Hex | AA | A3 | BA | 9 | C | 0 | 1B | 102 | E | 44 |
| Octal | 252 | 243 | 272 | 11 | 14 | 0 | 33 | 402 | 16 | 104 |
| Binary | 10101010 | 10100011 | 10111010 | 1001 | 1100 | 0 | 11011 | 100000010 | 1110 | 1000100 |
Color Harmonies of #AAA3BA
Complementary color
Monochromatic Colors of #AAA3BA
Black with #AAA3BA
Text Example
Text Example
White with #AAA3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3BA; }
p { color: rgb(170,163,186); }
H1.HeaderClassName
{
color: #AAA3BA;
}
.AnyTagClassName
{
color: #AAA3BA;
}
</style>
background-color css
<style>
a { background-color: #AAA3BA; }
a { background-color: rgb(170,163,186); }
div.DivClassName
{
background-color: #AAA3BA;
}
.BgClassName
{
background-color: #AAA3BA;
}
</style>
border-color css
<style>
span { border-color: #AAA3BA; }
span { border-color: rgb(170,163,186); }
td.TdClassName
{
border-color: #AAA3BA;
}
.TagClassName
{
border-color: #AAA3BA;
}
</style>