Shades of Spun Pearl #A3A0AE
Tints of Spun Pearl #A3A0AE
RGB
CMYK
RGB Variations
Color information
#A3A0AE (or 0xA3A0AE) is known color: Spun Pearl. HEX triplet: A3, A0 and AE. RGB value is (163,160,174). Sum of RGB (Red+Green+Blue) = 163+160+174=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #A3A0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A0AE is #5C5F51. Grayscale: #A2A2A2. Windows color (decimal): -6053714 or 11444387. OLE color: 11444387.
HSL color Cylindrical-coordinate representation of color #A3A0AE: hue angle of 252.86º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A3A0AE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 160 | 174 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.32 |
| HSL | 252.86º | 0.08% | 0.65% | - |
| HSV(B) | 252.86º | 0.08% | 0.68% | - |
| XYZ | 35.32 | 35.98 | 45.13 | - |
| YUV | 162.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 174 | 0.06 | 0.08 | 0 | 0.32 | 252.86 | 0.08 | 0.65 |
| Hex | A3 | A0 | AE | 6 | 8 | 0 | 20 | FD | 8 | 41 |
| Octal | 243 | 240 | 256 | 6 | 10 | 0 | 40 | 375 | 10 | 101 |
| Binary | 10100011 | 10100000 | 10101110 | 110 | 1000 | 0 | 100000 | 11111101 | 1000 | 1000001 |
Color Harmonies of #A3A0AE
Complementary color
Monochromatic Colors of #A3A0AE
Black with #A3A0AE
Text Example
Text Example
White with #A3A0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A0AE; }
p { color: rgb(163,160,174); }
H1.HeaderClassName
{
color: #A3A0AE;
}
.AnyTagClassName
{
color: #A3A0AE;
}
</style>
background-color css
<style>
a { background-color: #A3A0AE; }
a { background-color: rgb(163,160,174); }
div.DivClassName
{
background-color: #A3A0AE;
}
.BgClassName
{
background-color: #A3A0AE;
}
</style>
border-color css
<style>
span { border-color: #A3A0AE; }
span { border-color: rgb(163,160,174); }
td.TdClassName
{
border-color: #A3A0AE;
}
.TagClassName
{
border-color: #A3A0AE;
}
</style>