Shades of Spun Pearl #AAA6B6
Tints of Spun Pearl #AAA6B6
RGB
CMYK
RGB Variations
Color information
#AAA6B6 (or 0xAAA6B6) is known color: Spun Pearl. HEX triplet: AA, A6 and B6. RGB value is (170,166,182). Sum of RGB (Red+Green+Blue) = 170+166+182=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 182 - color contains mainly: blue. Hex color #AAA6B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6B6 is #555949. Grayscale: #A8A8A8. Windows color (decimal): -5593418 or 11970218. OLE color: 11970218.
HSL color Cylindrical-coordinate representation of color #AAA6B6: hue angle of 255º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAA6B6 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 166 | 182 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.29 |
| HSL | 255º | 0.1% | 0.68% | - |
| HSV(B) | 255º | 0.09% | 0.71% | - |
| XYZ | 38.66 | 39.2 | 49.78 | - |
| YUV | 169.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 182 | 0.07 | 0.09 | 0 | 0.29 | 255 | 0.1 | 0.68 |
| Hex | AA | A6 | B6 | 7 | 9 | 0 | 1D | FF | A | 44 |
| Octal | 252 | 246 | 266 | 7 | 11 | 0 | 35 | 377 | 12 | 104 |
| Binary | 10101010 | 10100110 | 10110110 | 111 | 1001 | 0 | 11101 | 11111111 | 1010 | 1000100 |
Color Harmonies of #AAA6B6
Complementary color
Monochromatic Colors of #AAA6B6
Black with #AAA6B6
Text Example
Text Example
White with #AAA6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6B6; }
p { color: rgb(170,166,182); }
H1.HeaderClassName
{
color: #AAA6B6;
}
.AnyTagClassName
{
color: #AAA6B6;
}
</style>
background-color css
<style>
a { background-color: #AAA6B6; }
a { background-color: rgb(170,166,182); }
div.DivClassName
{
background-color: #AAA6B6;
}
.BgClassName
{
background-color: #AAA6B6;
}
</style>
border-color css
<style>
span { border-color: #AAA6B6; }
span { border-color: rgb(170,166,182); }
td.TdClassName
{
border-color: #AAA6B6;
}
.TagClassName
{
border-color: #AAA6B6;
}
</style>