Shades of Spun Pearl #A5A1AC
Tints of Spun Pearl #A5A1AC
RGB
CMYK
RGB Variations
Color information
#A5A1AC (or 0xA5A1AC) is known color: Spun Pearl. HEX triplet: A5, A1 and AC. RGB value is (165,161,172). Sum of RGB (Red+Green+Blue) = 165+161+172=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 172 - color contains mainly: blue. Hex color #A5A1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A1AC is #5A5E53. Grayscale: #A3A3A3. Windows color (decimal): -5922388 or 11313573. OLE color: 11313573.
HSL color Cylindrical-coordinate representation of color #A5A1AC: hue angle of 261.82º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A5A1AC is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 161 | 172 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.33 |
| HSL | 261.82º | 0.06% | 0.65% | - |
| HSV(B) | 261.82º | 0.06% | 0.67% | - |
| XYZ | 35.71 | 36.47 | 44.19 | - |
| YUV | 163.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 172 | 0.04 | 0.06 | 0 | 0.33 | 261.82 | 0.06 | 0.65 |
| Hex | A5 | A1 | AC | 4 | 6 | 0 | 21 | 106 | 6 | 41 |
| Octal | 245 | 241 | 254 | 4 | 6 | 0 | 41 | 406 | 6 | 101 |
| Binary | 10100101 | 10100001 | 10101100 | 100 | 110 | 0 | 100001 | 100000110 | 110 | 1000001 |
Color Harmonies of #A5A1AC
Complementary color
Monochromatic Colors of #A5A1AC
Black with #A5A1AC
Text Example
Text Example
White with #A5A1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A1AC; }
p { color: rgb(165,161,172); }
H1.HeaderClassName
{
color: #A5A1AC;
}
.AnyTagClassName
{
color: #A5A1AC;
}
</style>
background-color css
<style>
a { background-color: #A5A1AC; }
a { background-color: rgb(165,161,172); }
div.DivClassName
{
background-color: #A5A1AC;
}
.BgClassName
{
background-color: #A5A1AC;
}
</style>
border-color css
<style>
span { border-color: #A5A1AC; }
span { border-color: rgb(165,161,172); }
td.TdClassName
{
border-color: #A5A1AC;
}
.TagClassName
{
border-color: #A5A1AC;
}
</style>