Shades of Spun Pearl #A6A3AC
Tints of Spun Pearl #A6A3AC
RGB
CMYK
RGB Variations
Color information
#A6A3AC (or 0xA6A3AC) is known color: Spun Pearl. HEX triplet: A6, A3 and AC. RGB value is (166,163,172). Sum of RGB (Red+Green+Blue) = 166+163+172=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 172 - color contains mainly: blue. Hex color #A6A3AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A3AC is #595C53. Grayscale: #A4A4A4. Windows color (decimal): -5856340 or 11314086. OLE color: 11314086.
HSL color Cylindrical-coordinate representation of color #A6A3AC: hue angle of 260º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A6A3AC is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 163 | 172 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.33 |
| HSL | 260º | 0.05% | 0.66% | - |
| HSV(B) | 260º | 0.05% | 0.67% | - |
| XYZ | 36.27 | 37.28 | 44.31 | - |
| YUV | 164.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 172 | 0.03 | 0.05 | 0 | 0.33 | 260 | 0.05 | 0.66 |
| Hex | A6 | A3 | AC | 3 | 5 | 0 | 21 | 104 | 5 | 42 |
| Octal | 246 | 243 | 254 | 3 | 5 | 0 | 41 | 404 | 5 | 102 |
| Binary | 10100110 | 10100011 | 10101100 | 11 | 101 | 0 | 100001 | 100000100 | 101 | 1000010 |
Color Harmonies of #A6A3AC
Complementary color
Monochromatic Colors of #A6A3AC
Black with #A6A3AC
Text Example
Text Example
White with #A6A3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A3AC; }
p { color: rgb(166,163,172); }
H1.HeaderClassName
{
color: #A6A3AC;
}
.AnyTagClassName
{
color: #A6A3AC;
}
</style>
background-color css
<style>
a { background-color: #A6A3AC; }
a { background-color: rgb(166,163,172); }
div.DivClassName
{
background-color: #A6A3AC;
}
.BgClassName
{
background-color: #A6A3AC;
}
</style>
border-color css
<style>
span { border-color: #A6A3AC; }
span { border-color: rgb(166,163,172); }
td.TdClassName
{
border-color: #A6A3AC;
}
.TagClassName
{
border-color: #A6A3AC;
}
</style>