Shades of Skeptic #A3BAAB
Tints of Skeptic #A3BAAB
RGB
CMYK
RGB Variations
Color information
#A3BAAB (or 0xA3BAAB) is known color: Skeptic. HEX triplet: A3, BA and AB. RGB value is (163,186,171). Sum of RGB (Red+Green+Blue) = 163+186+171=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BAAB is #5C4554. Grayscale: #B1B1B1. Windows color (decimal): -6047061 or 11254435. OLE color: 11254435.
HSL color Cylindrical-coordinate representation of color #A3BAAB: hue angle of 140.87º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3BAAB is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 171 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.27 |
| HSL | 140.87º | 0.14% | 0.68% | - |
| HSV(B) | 140.87º | 0.12% | 0.73% | - |
| XYZ | 40.01 | 45.84 | 45.27 | - |
| YUV | 177.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 171 | 0.12 | 0 | 0.08 | 0.27 | 140.87 | 0.14 | 0.68 |
| Hex | A3 | BA | AB | C | 0 | 8 | 1B | 8D | E | 44 |
| Octal | 243 | 272 | 253 | 14 | 0 | 10 | 33 | 215 | 16 | 104 |
| Binary | 10100011 | 10111010 | 10101011 | 1100 | 0 | 1000 | 11011 | 10001101 | 1110 | 1000100 |
Color Harmonies of #A3BAAB
Complementary color
Monochromatic Colors of #A3BAAB
Black with #A3BAAB
Text Example
Text Example
White with #A3BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BAAB; }
p { color: rgb(163,186,171); }
H1.HeaderClassName
{
color: #A3BAAB;
}
.AnyTagClassName
{
color: #A3BAAB;
}
</style>
background-color css
<style>
a { background-color: #A3BAAB; }
a { background-color: rgb(163,186,171); }
div.DivClassName
{
background-color: #A3BAAB;
}
.BgClassName
{
background-color: #A3BAAB;
}
</style>
border-color css
<style>
span { border-color: #A3BAAB; }
span { border-color: rgb(163,186,171); }
td.TdClassName
{
border-color: #A3BAAB;
}
.TagClassName
{
border-color: #A3BAAB;
}
</style>