Shades of Spun Pearl #A2A1A4
Tints of Spun Pearl #A2A1A4
RGB
CMYK
RGB Variations
Color information
#A2A1A4 (or 0xA2A1A4) is known color: Spun Pearl. HEX triplet: A2, A1 and A4. RGB value is (162,161,164). Sum of RGB (Red+Green+Blue) = 162+161+164=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 164 - color contains mainly: blue. Hex color #A2A1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A1A4 is #5D5E5B. Grayscale: #A1A1A1. Windows color (decimal): -6119004 or 10789282. OLE color: 10789282.
HSL color Cylindrical-coordinate representation of color #A2A1A4: hue angle of 260º degrees, saturation: 0.02, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A2A1A4 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 161 | 164 | - |
CMYK | 0.01 | 0.02 | 0 | 0.36 |
HSL | 260º | 0.02% | 0.64% | - |
HSV(B) | 260º | 0.02% | 0.64% | - |
XYZ | 34.35 | 35.85 | 40.23 | - |
YUV | 161.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 161 | 164 | 0.01 | 0.02 | 0 | 0.36 | 260 | 0.02 | 0.64 |
Hex | A2 | A1 | A4 | 1 | 2 | 0 | 24 | 104 | 2 | 40 |
Octal | 242 | 241 | 244 | 1 | 2 | 0 | 44 | 404 | 2 | 100 |
Binary | 10100010 | 10100001 | 10100100 | 1 | 10 | 0 | 100100 | 100000100 | 10 | 1000000 |
Color Harmonies of #A2A1A4
Complementary color
Monochromatic Colors of #A2A1A4
Black with #A2A1A4
Text Example
Text Example
White with #A2A1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A1A4; }
p { color: rgb(162,161,164); }
H1.HeaderClassName
{
color: #A2A1A4;
}
.AnyTagClassName
{
color: #A2A1A4;
}
</style>
background-color css
<style>
a { background-color: #A2A1A4; }
a { background-color: rgb(162,161,164); }
div.DivClassName
{
background-color: #A2A1A4;
}
.BgClassName
{
background-color: #A2A1A4;
}
</style>
border-color css
<style>
span { border-color: #A2A1A4; }
span { border-color: rgb(162,161,164); }
td.TdClassName
{
border-color: #A2A1A4;
}
.TagClassName
{
border-color: #A2A1A4;
}
</style>