Shades of Spun Pearl #A2A3AA
Tints of Spun Pearl #A2A3AA
RGB
CMYK
RGB Variations
Color information
#A2A3AA (or 0xA2A3AA) is known color: Spun Pearl. HEX triplet: A2, A3 and AA. RGB value is (162,163,170). Sum of RGB (Red+Green+Blue) = 162+163+170=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 170 - color contains mainly: blue. Hex color #A2A3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A3AA is #5D5C55. Grayscale: #A3A3A3. Windows color (decimal): -6118486 or 11183010. OLE color: 11183010.
HSL color Cylindrical-coordinate representation of color #A2A3AA: hue angle of 232.5º degrees, saturation: 0.04, 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 #A2A3AA is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 163 | 170 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.33 |
| HSL | 232.5º | 0.04% | 0.65% | - |
| HSV(B) | 232.5º | 0.05% | 0.67% | - |
| XYZ | 35.25 | 36.78 | 43.27 | - |
| YUV | 163.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 170 | 0.05 | 0.04 | 0 | 0.33 | 232.5 | 0.04 | 0.65 |
| Hex | A2 | A3 | AA | 5 | 4 | 0 | 21 | E8 | 4 | 41 |
| Octal | 242 | 243 | 252 | 5 | 4 | 0 | 41 | 350 | 4 | 101 |
| Binary | 10100010 | 10100011 | 10101010 | 101 | 100 | 0 | 100001 | 11101000 | 100 | 1000001 |
Color Harmonies of #A2A3AA
Complementary color
Monochromatic Colors of #A2A3AA
Black with #A2A3AA
Text Example
Text Example
White with #A2A3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A3AA; }
p { color: rgb(162,163,170); }
H1.HeaderClassName
{
color: #A2A3AA;
}
.AnyTagClassName
{
color: #A2A3AA;
}
</style>
background-color css
<style>
a { background-color: #A2A3AA; }
a { background-color: rgb(162,163,170); }
div.DivClassName
{
background-color: #A2A3AA;
}
.BgClassName
{
background-color: #A2A3AA;
}
</style>
border-color css
<style>
span { border-color: #A2A3AA; }
span { border-color: rgb(162,163,170); }
td.TdClassName
{
border-color: #A2A3AA;
}
.TagClassName
{
border-color: #A2A3AA;
}
</style>