Shades of Spun Pearl #AAA3B7
Tints of Spun Pearl #AAA3B7
RGB
CMYK
RGB Variations
Color information
#AAA3B7 (or 0xAAA3B7) is known color: Spun Pearl. HEX triplet: AA, A3 and B7. RGB value is (170,163,183). Sum of RGB (Red+Green+Blue) = 170+163+183=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 183 - color contains mainly: blue. Hex color #AAA3B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3B7 is #555C48. Grayscale: #A7A7A7. Windows color (decimal): -5594185 or 12034986. OLE color: 12034986.
HSL color Cylindrical-coordinate representation of color #AAA3B7: hue angle of 261º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA3B7 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 163 | 183 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.28 |
| HSL | 261º | 0.12% | 0.68% | - |
| HSV(B) | 261º | 0.11% | 0.72% | - |
| XYZ | 38.22 | 38.16 | 50.15 | - |
| YUV | 167.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 183 | 0.07 | 0.11 | 0 | 0.28 | 261 | 0.12 | 0.68 |
| Hex | AA | A3 | B7 | 7 | B | 0 | 1C | 105 | C | 44 |
| Octal | 252 | 243 | 267 | 7 | 13 | 0 | 34 | 405 | 14 | 104 |
| Binary | 10101010 | 10100011 | 10110111 | 111 | 1011 | 0 | 11100 | 100000101 | 1100 | 1000100 |
Color Harmonies of #AAA3B7
Complementary color
Monochromatic Colors of #AAA3B7
Black with #AAA3B7
Text Example
Text Example
White with #AAA3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3B7; }
p { color: rgb(170,163,183); }
H1.HeaderClassName
{
color: #AAA3B7;
}
.AnyTagClassName
{
color: #AAA3B7;
}
</style>
background-color css
<style>
a { background-color: #AAA3B7; }
a { background-color: rgb(170,163,183); }
div.DivClassName
{
background-color: #AAA3B7;
}
.BgClassName
{
background-color: #AAA3B7;
}
</style>
border-color css
<style>
span { border-color: #AAA3B7; }
span { border-color: rgb(170,163,183); }
td.TdClassName
{
border-color: #AAA3B7;
}
.TagClassName
{
border-color: #AAA3B7;
}
</style>