Shades of Spun Pearl #A3A1B0
Tints of Spun Pearl #A3A1B0
RGB
CMYK
RGB Variations
Color information
#A3A1B0 (or 0xA3A1B0) is known color: Spun Pearl. HEX triplet: A3, A1 and B0. RGB value is (163,161,176). Sum of RGB (Red+Green+Blue) = 163+161+176=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 176 - color contains mainly: blue. Hex color #A3A1B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A1B0 is #5C5E4F. Grayscale: #A3A3A3. Windows color (decimal): -6053456 or 11575715. OLE color: 11575715.
HSL color Cylindrical-coordinate representation of color #A3A1B0: hue angle of 248º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3A1B0 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 161 | 176 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.31 |
| HSL | 248º | 0.09% | 0.66% | - |
| HSV(B) | 248º | 0.09% | 0.69% | - |
| XYZ | 35.69 | 36.41 | 46.22 | - |
| YUV | 163.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 176 | 0.07 | 0.09 | 0 | 0.31 | 248 | 0.09 | 0.66 |
| Hex | A3 | A1 | B0 | 7 | 9 | 0 | 1F | F8 | 9 | 42 |
| Octal | 243 | 241 | 260 | 7 | 11 | 0 | 37 | 370 | 11 | 102 |
| Binary | 10100011 | 10100001 | 10110000 | 111 | 1001 | 0 | 11111 | 11111000 | 1001 | 1000010 |
Color Harmonies of #A3A1B0
Complementary color
Monochromatic Colors of #A3A1B0
Black with #A3A1B0
Text Example
Text Example
White with #A3A1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A1B0; }
p { color: rgb(163,161,176); }
H1.HeaderClassName
{
color: #A3A1B0;
}
.AnyTagClassName
{
color: #A3A1B0;
}
</style>
background-color css
<style>
a { background-color: #A3A1B0; }
a { background-color: rgb(163,161,176); }
div.DivClassName
{
background-color: #A3A1B0;
}
.BgClassName
{
background-color: #A3A1B0;
}
</style>
border-color css
<style>
span { border-color: #A3A1B0; }
span { border-color: rgb(163,161,176); }
td.TdClassName
{
border-color: #A3A1B0;
}
.TagClassName
{
border-color: #A3A1B0;
}
</style>