Shades of Skeptic #A3BAB0
Tints of Skeptic #A3BAB0
RGB
CMYK
RGB Variations
Color information
#A3BAB0 (or 0xA3BAB0) is known color: Skeptic. HEX triplet: A3, BA and B0. RGB value is (163,186,176). Sum of RGB (Red+Green+Blue) = 163+186+176=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BAB0 is #5C454F. Grayscale: #B2B2B2. Windows color (decimal): -6047056 or 11582115. OLE color: 11582115.
HSL color Cylindrical-coordinate representation of color #A3BAB0: hue angle of 153.91º 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 #A3BAB0 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 176 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.27 |
| HSL | 153.91º | 0.14% | 0.68% | - |
| HSV(B) | 153.91º | 0.12% | 0.73% | - |
| XYZ | 40.5 | 46.04 | 47.83 | - |
| YUV | 177.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 176 | 0.12 | 0 | 0.05 | 0.27 | 153.91 | 0.14 | 0.68 |
| Hex | A3 | BA | B0 | C | 0 | 5 | 1B | 9A | E | 44 |
| Octal | 243 | 272 | 260 | 14 | 0 | 5 | 33 | 232 | 16 | 104 |
| Binary | 10100011 | 10111010 | 10110000 | 1100 | 0 | 101 | 11011 | 10011010 | 1110 | 1000100 |
Color Harmonies of #A3BAB0
Complementary color
Monochromatic Colors of #A3BAB0
Black with #A3BAB0
Text Example
Text Example
White with #A3BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BAB0; }
p { color: rgb(163,186,176); }
H1.HeaderClassName
{
color: #A3BAB0;
}
.AnyTagClassName
{
color: #A3BAB0;
}
</style>
background-color css
<style>
a { background-color: #A3BAB0; }
a { background-color: rgb(163,186,176); }
div.DivClassName
{
background-color: #A3BAB0;
}
.BgClassName
{
background-color: #A3BAB0;
}
</style>
border-color css
<style>
span { border-color: #A3BAB0; }
span { border-color: rgb(163,186,176); }
td.TdClassName
{
border-color: #A3BAB0;
}
.TagClassName
{
border-color: #A3BAB0;
}
</style>