Shades of Spun Pearl #AAAAB5
Tints of Spun Pearl #AAAAB5
RGB
CMYK
RGB Variations
Color information
#AAAAB5 (or 0xAAAAB5) is known color: Spun Pearl. HEX triplet: AA, AA and B5. RGB value is (170,170,181). Sum of RGB (Red+Green+Blue) = 170+170+181=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAAAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAAB5 is #55554A. Grayscale: #ABABAB. Windows color (decimal): -5592395 or 11905706. OLE color: 11905706.
HSL color Cylindrical-coordinate representation of color #AAAAB5: hue angle of 240º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAAAB5 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 170 | 170 | 181 | - |
CMYK | 0.06 | 0.06 | 0 | 0.29 |
HSL | 240º | 0.07% | 0.69% | - |
HSV(B) | 240º | 0.06% | 0.71% | - |
XYZ | 39.29 | 40.63 | 49.49 | - |
YUV | 171.25 | 133.5 | 127.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 170 | 181 | 0.06 | 0.06 | 0 | 0.29 | 240 | 0.07 | 0.69 |
Hex | AA | AA | B5 | 6 | 6 | 0 | 1D | F0 | 7 | 45 |
Octal | 252 | 252 | 265 | 6 | 6 | 0 | 35 | 360 | 7 | 105 |
Binary | 10101010 | 10101010 | 10110101 | 110 | 110 | 0 | 11101 | 11110000 | 111 | 1000101 |
Color Harmonies of #AAAAB5
Complementary color
Monochromatic Colors of #AAAAB5
Black with #AAAAB5
Text Example
Text Example
White with #AAAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAAB5; }
p { color: rgb(170,170,181); }
H1.HeaderClassName
{
color: #AAAAB5;
}
.AnyTagClassName
{
color: #AAAAB5;
}
</style>
background-color css
<style>
a { background-color: #AAAAB5; }
a { background-color: rgb(170,170,181); }
div.DivClassName
{
background-color: #AAAAB5;
}
.BgClassName
{
background-color: #AAAAB5;
}
</style>
border-color css
<style>
span { border-color: #AAAAB5; }
span { border-color: rgb(170,170,181); }
td.TdClassName
{
border-color: #AAAAB5;
}
.TagClassName
{
border-color: #AAAAB5;
}
</style>