Shades of Skeptic #A3BBAC
Tints of Skeptic #A3BBAC
RGB
CMYK
RGB Variations
Color information
#A3BBAC (or 0xA3BBAC) is known color: Skeptic. HEX triplet: A3, BB and AC. RGB value is (163,187,172). Sum of RGB (Red+Green+Blue) = 163+187+172=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BBAC is #5C4453. Grayscale: #B2B2B2. Windows color (decimal): -6046804 or 11320227. OLE color: 11320227.
HSL color Cylindrical-coordinate representation of color #A3BBAC: hue angle of 142.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BBAC is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 187 | 172 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.27 |
| HSL | 142.5º | 0.15% | 0.69% | - |
| HSV(B) | 142.5º | 0.13% | 0.73% | - |
| XYZ | 40.32 | 46.31 | 45.84 | - |
| YUV | 178.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 172 | 0.13 | 0 | 0.08 | 0.27 | 142.5 | 0.15 | 0.69 |
| Hex | A3 | BB | AC | D | 0 | 8 | 1B | 8E | F | 45 |
| Octal | 243 | 273 | 254 | 15 | 0 | 10 | 33 | 216 | 17 | 105 |
| Binary | 10100011 | 10111011 | 10101100 | 1101 | 0 | 1000 | 11011 | 10001110 | 1111 | 1000101 |
Color Harmonies of #A3BBAC
Complementary color
Monochromatic Colors of #A3BBAC
Black with #A3BBAC
Text Example
Text Example
White with #A3BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BBAC; }
p { color: rgb(163,187,172); }
H1.HeaderClassName
{
color: #A3BBAC;
}
.AnyTagClassName
{
color: #A3BBAC;
}
</style>
background-color css
<style>
a { background-color: #A3BBAC; }
a { background-color: rgb(163,187,172); }
div.DivClassName
{
background-color: #A3BBAC;
}
.BgClassName
{
background-color: #A3BBAC;
}
</style>
border-color css
<style>
span { border-color: #A3BBAC; }
span { border-color: rgb(163,187,172); }
td.TdClassName
{
border-color: #A3BBAC;
}
.TagClassName
{
border-color: #A3BBAC;
}
</style>