Shades of Spun Pearl #AAA7B2
Tints of Spun Pearl #AAA7B2
RGB
CMYK
RGB Variations
Color information
#AAA7B2 (or 0xAAA7B2) is known color: Spun Pearl. HEX triplet: AA, A7 and B2. RGB value is (170,167,178). Sum of RGB (Red+Green+Blue) = 170+167+178=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 178 - color contains mainly: blue. Hex color #AAA7B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA7B2 is #55584D. Grayscale: #A9A9A9. Windows color (decimal): -5593166 or 11708330. OLE color: 11708330.
HSL color Cylindrical-coordinate representation of color #AAA7B2: hue angle of 256.36º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAA7B2 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 170 | 167 | 178 | - |
CMYK | 0.04 | 0.06 | 0 | 0.30 |
HSL | 256.36º | 0.07% | 0.68% | - |
HSV(B) | 256.36º | 0.06% | 0.7% | - |
XYZ | 38.43 | 39.4 | 47.7 | - |
YUV | 169.15 | 132.99 | 128.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 167 | 178 | 0.04 | 0.06 | 0 | 0.30 | 256.36 | 0.07 | 0.68 |
Hex | AA | A7 | B2 | 4 | 6 | 0 | 1E | 100 | 7 | 44 |
Octal | 252 | 247 | 262 | 4 | 6 | 0 | 36 | 400 | 7 | 104 |
Binary | 10101010 | 10100111 | 10110010 | 100 | 110 | 0 | 11110 | 100000000 | 111 | 1000100 |
Color Harmonies of #AAA7B2
Complementary color
Monochromatic Colors of #AAA7B2
Black with #AAA7B2
Text Example
Text Example
White with #AAA7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7B2; }
p { color: rgb(170,167,178); }
H1.HeaderClassName
{
color: #AAA7B2;
}
.AnyTagClassName
{
color: #AAA7B2;
}
</style>
background-color css
<style>
a { background-color: #AAA7B2; }
a { background-color: rgb(170,167,178); }
div.DivClassName
{
background-color: #AAA7B2;
}
.BgClassName
{
background-color: #AAA7B2;
}
</style>
border-color css
<style>
span { border-color: #AAA7B2; }
span { border-color: rgb(170,167,178); }
td.TdClassName
{
border-color: #AAA7B2;
}
.TagClassName
{
border-color: #AAA7B2;
}
</style>