Shades of Spun Pearl #AAA6B7
Tints of Spun Pearl #AAA6B7
RGB
CMYK
RGB Variations
Color information
#AAA6B7 (or 0xAAA6B7) is known color: Spun Pearl. HEX triplet: AA, A6 and B7. RGB value is (170,166,183). Sum of RGB (Red+Green+Blue) = 170+166+183=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 183 - color contains mainly: blue. Hex color #AAA6B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6B7 is #555948. Grayscale: #A9A9A9. Windows color (decimal): -5593417 or 12035754. OLE color: 12035754.
HSL color Cylindrical-coordinate representation of color #AAA6B7: hue angle of 254.12º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAA6B7 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 170 | 166 | 183 | - |
CMYK | 0.07 | 0.09 | 0 | 0.28 |
HSL | 254.12º | 0.11% | 0.68% | - |
HSV(B) | 254.12º | 0.09% | 0.72% | - |
XYZ | 38.76 | 39.24 | 50.33 | - |
YUV | 169.13 | 135.83 | 128.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 166 | 183 | 0.07 | 0.09 | 0 | 0.28 | 254.12 | 0.11 | 0.68 |
Hex | AA | A6 | B7 | 7 | 9 | 0 | 1C | FE | B | 44 |
Octal | 252 | 246 | 267 | 7 | 11 | 0 | 34 | 376 | 13 | 104 |
Binary | 10101010 | 10100110 | 10110111 | 111 | 1001 | 0 | 11100 | 11111110 | 1011 | 1000100 |
Color Harmonies of #AAA6B7
Complementary color
Monochromatic Colors of #AAA6B7
Black with #AAA6B7
Text Example
Text Example
White with #AAA6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6B7; }
p { color: rgb(170,166,183); }
H1.HeaderClassName
{
color: #AAA6B7;
}
.AnyTagClassName
{
color: #AAA6B7;
}
</style>
background-color css
<style>
a { background-color: #AAA6B7; }
a { background-color: rgb(170,166,183); }
div.DivClassName
{
background-color: #AAA6B7;
}
.BgClassName
{
background-color: #AAA6B7;
}
</style>
border-color css
<style>
span { border-color: #AAA6B7; }
span { border-color: rgb(170,166,183); }
td.TdClassName
{
border-color: #AAA6B7;
}
.TagClassName
{
border-color: #AAA6B7;
}
</style>