Shades of Spun Pearl #AAAAB7
Tints of Spun Pearl #AAAAB7
RGB
CMYK
RGB Variations
Color information
#AAAAB7 (or 0xAAAAB7) is known color: Spun Pearl. HEX triplet: AA, AA and B7. RGB value is (170,170,183). Sum of RGB (Red+Green+Blue) = 170+170+183=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 183 - color contains mainly: blue. Hex color #AAAAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAAB7 is #555548. Grayscale: #ABABAB. Windows color (decimal): -5592393 or 12036778. OLE color: 12036778.
HSL color Cylindrical-coordinate representation of color #AAAAB7: hue angle of 240º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAAAB7 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 170 | 170 | 183 | - |
CMYK | 0.07 | 0.07 | 0 | 0.28 |
HSL | 240º | 0.08% | 0.69% | - |
HSV(B) | 240º | 0.07% | 0.72% | - |
XYZ | 39.5 | 40.71 | 50.58 | - |
YUV | 171.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 170 | 183 | 0.07 | 0.07 | 0 | 0.28 | 240 | 0.08 | 0.69 |
Hex | AA | AA | B7 | 7 | 7 | 0 | 1C | F0 | 8 | 45 |
Octal | 252 | 252 | 267 | 7 | 7 | 0 | 34 | 360 | 10 | 105 |
Binary | 10101010 | 10101010 | 10110111 | 111 | 111 | 0 | 11100 | 11110000 | 1000 | 1000101 |
Color Harmonies of #AAAAB7
Complementary color
Monochromatic Colors of #AAAAB7
Black with #AAAAB7
Text Example
Text Example
White with #AAAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAAB7; }
p { color: rgb(170,170,183); }
H1.HeaderClassName
{
color: #AAAAB7;
}
.AnyTagClassName
{
color: #AAAAB7;
}
</style>
background-color css
<style>
a { background-color: #AAAAB7; }
a { background-color: rgb(170,170,183); }
div.DivClassName
{
background-color: #AAAAB7;
}
.BgClassName
{
background-color: #AAAAB7;
}
</style>
border-color css
<style>
span { border-color: #AAAAB7; }
span { border-color: rgb(170,170,183); }
td.TdClassName
{
border-color: #AAAAB7;
}
.TagClassName
{
border-color: #AAAAB7;
}
</style>