Shades of Spun Pearl #AAAAAB
Tints of Spun Pearl #AAAAAB
RGB
CMYK
RGB Variations
Color information
#AAAAAB (or 0xAAAAAB) is known color: Spun Pearl. HEX triplet: AA, AA and AB. RGB value is (170,170,171). Sum of RGB (Red+Green+Blue) = 170+170+171=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 171 - color contains mainly: blue. Hex color #AAAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAAAB is #555554. Grayscale: #AAAAAA. Windows color (decimal): -5592405 or 11250346. OLE color: 11250346.
HSL color Cylindrical-coordinate representation of color #AAAAAB: hue angle of 240º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AAAAAB is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 170 | 171 | - |
CMYK | 0.01 | 0.01 | 0 | 0.33 |
HSL | 240º | 0.01% | 0.67% | - |
HSV(B) | 240º | 0.01% | 0.67% | - |
XYZ | 38.3 | 40.24 | 44.28 | - |
YUV | 170.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 170 | 171 | 0.01 | 0.01 | 0 | 0.33 | 240 | 0.01 | 0.67 |
Hex | AA | AA | AB | 1 | 1 | 0 | 21 | F0 | 1 | 43 |
Octal | 252 | 252 | 253 | 1 | 1 | 0 | 41 | 360 | 1 | 103 |
Binary | 10101010 | 10101010 | 10101011 | 1 | 1 | 0 | 100001 | 11110000 | 1 | 1000011 |
Color Harmonies of #AAAAAB
Complementary color
Monochromatic Colors of #AAAAAB
Black with #AAAAAB
Text Example
Text Example
White with #AAAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAAAB; }
p { color: rgb(170,170,171); }
H1.HeaderClassName
{
color: #AAAAAB;
}
.AnyTagClassName
{
color: #AAAAAB;
}
</style>
background-color css
<style>
a { background-color: #AAAAAB; }
a { background-color: rgb(170,170,171); }
div.DivClassName
{
background-color: #AAAAAB;
}
.BgClassName
{
background-color: #AAAAAB;
}
</style>
border-color css
<style>
span { border-color: #AAAAAB; }
span { border-color: rgb(170,170,171); }
td.TdClassName
{
border-color: #AAAAAB;
}
.TagClassName
{
border-color: #AAAAAB;
}
</style>