Shades of Spun Pearl #AAA4B7
Tints of Spun Pearl #AAA4B7
RGB
CMYK
RGB Variations
Color information
#AAA4B7 (or 0xAAA4B7) is known color: Spun Pearl. HEX triplet: AA, A4 and B7. RGB value is (170,164,183). Sum of RGB (Red+Green+Blue) = 170+164+183=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 183 - color contains mainly: blue. Hex color #AAA4B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4B7 is #555B48. Grayscale: #A7A7A7. Windows color (decimal): -5593929 or 12035242. OLE color: 12035242.
HSL color Cylindrical-coordinate representation of color #AAA4B7: hue angle of 258.95º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA4B7 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 164 | 183 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.28 |
| HSL | 258.95º | 0.12% | 0.68% | - |
| HSV(B) | 258.95º | 0.1% | 0.72% | - |
| XYZ | 38.4 | 38.52 | 50.21 | - |
| YUV | 167.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 183 | 0.07 | 0.10 | 0 | 0.28 | 258.95 | 0.12 | 0.68 |
| Hex | AA | A4 | B7 | 7 | A | 0 | 1C | 103 | C | 44 |
| Octal | 252 | 244 | 267 | 7 | 12 | 0 | 34 | 403 | 14 | 104 |
| Binary | 10101010 | 10100100 | 10110111 | 111 | 1010 | 0 | 11100 | 100000011 | 1100 | 1000100 |
Color Harmonies of #AAA4B7
Complementary color
Monochromatic Colors of #AAA4B7
Black with #AAA4B7
Text Example
Text Example
White with #AAA4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4B7; }
p { color: rgb(170,164,183); }
H1.HeaderClassName
{
color: #AAA4B7;
}
.AnyTagClassName
{
color: #AAA4B7;
}
</style>
background-color css
<style>
a { background-color: #AAA4B7; }
a { background-color: rgb(170,164,183); }
div.DivClassName
{
background-color: #AAA4B7;
}
.BgClassName
{
background-color: #AAA4B7;
}
</style>
border-color css
<style>
span { border-color: #AAA4B7; }
span { border-color: rgb(170,164,183); }
td.TdClassName
{
border-color: #AAA4B7;
}
.TagClassName
{
border-color: #AAA4B7;
}
</style>