Shades of Spun Pearl #A6A2B1
Tints of Spun Pearl #A6A2B1
RGB
CMYK
RGB Variations
Color information
#A6A2B1 (or 0xA6A2B1) is known color: Spun Pearl. HEX triplet: A6, A2 and B1. RGB value is (166,162,177). Sum of RGB (Red+Green+Blue) = 166+162+177=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 177 - color contains mainly: blue. Hex color #A6A2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A2B1 is #595D4E. Grayscale: #A4A4A4. Windows color (decimal): -5856591 or 11641510. OLE color: 11641510.
HSL color Cylindrical-coordinate representation of color #A6A2B1: hue angle of 256º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6A2B1 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 162 | 177 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.31 |
| HSL | 256º | 0.09% | 0.66% | - |
| HSV(B) | 256º | 0.08% | 0.69% | - |
| XYZ | 36.58 | 37.12 | 46.83 | - |
| YUV | 164.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 177 | 0.06 | 0.08 | 0 | 0.31 | 256 | 0.09 | 0.66 |
| Hex | A6 | A2 | B1 | 6 | 8 | 0 | 1F | 100 | 9 | 42 |
| Octal | 246 | 242 | 261 | 6 | 10 | 0 | 37 | 400 | 11 | 102 |
| Binary | 10100110 | 10100010 | 10110001 | 110 | 1000 | 0 | 11111 | 100000000 | 1001 | 1000010 |
Color Harmonies of #A6A2B1
Complementary color
Monochromatic Colors of #A6A2B1
Black with #A6A2B1
Text Example
Text Example
White with #A6A2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A2B1; }
p { color: rgb(166,162,177); }
H1.HeaderClassName
{
color: #A6A2B1;
}
.AnyTagClassName
{
color: #A6A2B1;
}
</style>
background-color css
<style>
a { background-color: #A6A2B1; }
a { background-color: rgb(166,162,177); }
div.DivClassName
{
background-color: #A6A2B1;
}
.BgClassName
{
background-color: #A6A2B1;
}
</style>
border-color css
<style>
span { border-color: #A6A2B1; }
span { border-color: rgb(166,162,177); }
td.TdClassName
{
border-color: #A6A2B1;
}
.TagClassName
{
border-color: #A6A2B1;
}
</style>