Shades of Spun Pearl #A3A2AB
Tints of Spun Pearl #A3A2AB
RGB
CMYK
RGB Variations
Color information
#A3A2AB (or 0xA3A2AB) is known color: Spun Pearl. HEX triplet: A3, A2 and AB. RGB value is (163,162,171). Sum of RGB (Red+Green+Blue) = 163+162+171=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 171 - color contains mainly: blue. Hex color #A3A2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A2AB is #5C5D54. Grayscale: #A3A3A3. Windows color (decimal): -6053205 or 11248291. OLE color: 11248291.
HSL color Cylindrical-coordinate representation of color #A3A2AB: hue angle of 246.67º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A3A2AB is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 162 | 171 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.33 |
| HSL | 246.67º | 0.05% | 0.65% | - |
| HSV(B) | 246.67º | 0.05% | 0.67% | - |
| XYZ | 35.38 | 36.57 | 43.72 | - |
| YUV | 163.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 171 | 0.05 | 0.05 | 0 | 0.33 | 246.67 | 0.05 | 0.65 |
| Hex | A3 | A2 | AB | 5 | 5 | 0 | 21 | F7 | 5 | 41 |
| Octal | 243 | 242 | 253 | 5 | 5 | 0 | 41 | 367 | 5 | 101 |
| Binary | 10100011 | 10100010 | 10101011 | 101 | 101 | 0 | 100001 | 11110111 | 101 | 1000001 |
Color Harmonies of #A3A2AB
Complementary color
Monochromatic Colors of #A3A2AB
Black with #A3A2AB
Text Example
Text Example
White with #A3A2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A2AB; }
p { color: rgb(163,162,171); }
H1.HeaderClassName
{
color: #A3A2AB;
}
.AnyTagClassName
{
color: #A3A2AB;
}
</style>
background-color css
<style>
a { background-color: #A3A2AB; }
a { background-color: rgb(163,162,171); }
div.DivClassName
{
background-color: #A3A2AB;
}
.BgClassName
{
background-color: #A3A2AB;
}
</style>
border-color css
<style>
span { border-color: #A3A2AB; }
span { border-color: rgb(163,162,171); }
td.TdClassName
{
border-color: #A3A2AB;
}
.TagClassName
{
border-color: #A3A2AB;
}
</style>