Shades of Spun Pearl #AAA6B2
Tints of Spun Pearl #AAA6B2
RGB
CMYK
RGB Variations
Color information
#AAA6B2 (or 0xAAA6B2) is known color: Spun Pearl. HEX triplet: AA, A6 and B2. RGB value is (170,166,178). Sum of RGB (Red+Green+Blue) = 170+166+178=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 178 - color contains mainly: blue. Hex color #AAA6B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6B2 is #55594D. Grayscale: #A8A8A8. Windows color (decimal): -5593422 or 11708074. OLE color: 11708074.
HSL color Cylindrical-coordinate representation of color #AAA6B2: hue angle of 260º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAA6B2 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 166 | 178 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.30 |
| HSL | 260º | 0.07% | 0.67% | - |
| HSV(B) | 260º | 0.07% | 0.7% | - |
| XYZ | 38.25 | 39.03 | 47.64 | - |
| YUV | 168.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 178 | 0.04 | 0.07 | 0 | 0.30 | 260 | 0.07 | 0.67 |
| Hex | AA | A6 | B2 | 4 | 7 | 0 | 1E | 104 | 7 | 43 |
| Octal | 252 | 246 | 262 | 4 | 7 | 0 | 36 | 404 | 7 | 103 |
| Binary | 10101010 | 10100110 | 10110010 | 100 | 111 | 0 | 11110 | 100000100 | 111 | 1000011 |
Color Harmonies of #AAA6B2
Complementary color
Monochromatic Colors of #AAA6B2
Black with #AAA6B2
Text Example
Text Example
White with #AAA6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6B2; }
p { color: rgb(170,166,178); }
H1.HeaderClassName
{
color: #AAA6B2;
}
.AnyTagClassName
{
color: #AAA6B2;
}
</style>
background-color css
<style>
a { background-color: #AAA6B2; }
a { background-color: rgb(170,166,178); }
div.DivClassName
{
background-color: #AAA6B2;
}
.BgClassName
{
background-color: #AAA6B2;
}
</style>
border-color css
<style>
span { border-color: #AAA6B2; }
span { border-color: rgb(170,166,178); }
td.TdClassName
{
border-color: #AAA6B2;
}
.TagClassName
{
border-color: #AAA6B2;
}
</style>