Shades of Spun Pearl #A3A2A7
Tints of Spun Pearl #A3A2A7
RGB
CMYK
RGB Variations
Color information
#A3A2A7 (or 0xA3A2A7) is known color: Spun Pearl. HEX triplet: A3, A2 and A7. RGB value is (163,162,167). Sum of RGB (Red+Green+Blue) = 163+162+167=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 167 - color contains mainly: blue. Hex color #A3A2A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A2A7 is #5C5D58. Grayscale: #A2A2A2. Windows color (decimal): -6053209 or 10986147. OLE color: 10986147.
HSL color Cylindrical-coordinate representation of color #A3A2A7: hue angle of 252º degrees, saturation: 0.03, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A3A2A7 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 162 | 167 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.35 |
| HSL | 252º | 0.03% | 0.65% | - |
| HSV(B) | 252º | 0.03% | 0.65% | - |
| XYZ | 35 | 36.42 | 41.74 | - |
| YUV | 162.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 167 | 0.02 | 0.03 | 0 | 0.35 | 252 | 0.03 | 0.65 |
| Hex | A3 | A2 | A7 | 2 | 3 | 0 | 23 | FC | 3 | 41 |
| Octal | 243 | 242 | 247 | 2 | 3 | 0 | 43 | 374 | 3 | 101 |
| Binary | 10100011 | 10100010 | 10100111 | 10 | 11 | 0 | 100011 | 11111100 | 11 | 1000001 |
Color Harmonies of #A3A2A7
Complementary color
Monochromatic Colors of #A3A2A7
Black with #A3A2A7
Text Example
Text Example
White with #A3A2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A2A7; }
p { color: rgb(163,162,167); }
H1.HeaderClassName
{
color: #A3A2A7;
}
.AnyTagClassName
{
color: #A3A2A7;
}
</style>
background-color css
<style>
a { background-color: #A3A2A7; }
a { background-color: rgb(163,162,167); }
div.DivClassName
{
background-color: #A3A2A7;
}
.BgClassName
{
background-color: #A3A2A7;
}
</style>
border-color css
<style>
span { border-color: #A3A2A7; }
span { border-color: rgb(163,162,167); }
td.TdClassName
{
border-color: #A3A2A7;
}
.TagClassName
{
border-color: #A3A2A7;
}
</style>