Shades of Spun Pearl #AAAABA
Tints of Spun Pearl #AAAABA
RGB
CMYK
RGB Variations
Color information
#AAAABA (or 0xAAAABA) is known color: Spun Pearl. HEX triplet: AA, AA and BA. RGB value is (170,170,186). Sum of RGB (Red+Green+Blue) = 170+170+186=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAABA is #555545. Grayscale: #ABABAB. Windows color (decimal): -5592390 or 12233386. OLE color: 12233386.
HSL color Cylindrical-coordinate representation of color #AAAABA: hue angle of 240º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAAABA is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 170 | 186 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.27 |
| HSL | 240º | 0.1% | 0.7% | - |
| HSV(B) | 240º | 0.09% | 0.73% | - |
| XYZ | 39.82 | 40.84 | 52.24 | - |
| YUV | 171.82 | 136 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 186 | 0.09 | 0.09 | 0 | 0.27 | 240 | 0.1 | 0.7 |
| Hex | AA | AA | BA | 9 | 9 | 0 | 1B | F0 | A | 46 |
| Octal | 252 | 252 | 272 | 11 | 11 | 0 | 33 | 360 | 12 | 106 |
| Binary | 10101010 | 10101010 | 10111010 | 1001 | 1001 | 0 | 11011 | 11110000 | 1010 | 1000110 |
Color Harmonies of #AAAABA
Complementary color
Monochromatic Colors of #AAAABA
Black with #AAAABA
Text Example
Text Example
White with #AAAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAABA; }
p { color: rgb(170,170,186); }
H1.HeaderClassName
{
color: #AAAABA;
}
.AnyTagClassName
{
color: #AAAABA;
}
</style>
background-color css
<style>
a { background-color: #AAAABA; }
a { background-color: rgb(170,170,186); }
div.DivClassName
{
background-color: #AAAABA;
}
.BgClassName
{
background-color: #AAAABA;
}
</style>
border-color css
<style>
span { border-color: #AAAABA; }
span { border-color: rgb(170,170,186); }
td.TdClassName
{
border-color: #AAAABA;
}
.TagClassName
{
border-color: #AAAABA;
}
</style>