Shades of Skeptic #A3BCAF
Tints of Skeptic #A3BCAF
RGB
CMYK
RGB Variations
Color information
#A3BCAF (or 0xA3BCAF) is known color: Skeptic. HEX triplet: A3, BC and AF. RGB value is (163,188,175). Sum of RGB (Red+Green+Blue) = 163+188+175=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCAF is #5C4350. Grayscale: #B3B3B3. Windows color (decimal): -6046545 or 11517091. OLE color: 11517091.
HSL color Cylindrical-coordinate representation of color #A3BCAF: hue angle of 148.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BCAF is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 175 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.26 |
| HSL | 148.8º | 0.16% | 0.69% | - |
| HSV(B) | 148.8º | 0.13% | 0.74% | - |
| XYZ | 40.83 | 46.85 | 47.45 | - |
| YUV | 179.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 175 | 0.13 | 0 | 0.07 | 0.26 | 148.8 | 0.16 | 0.69 |
| Hex | A3 | BC | AF | D | 0 | 7 | 1A | 95 | 10 | 45 |
| Octal | 243 | 274 | 257 | 15 | 0 | 7 | 32 | 225 | 20 | 105 |
| Binary | 10100011 | 10111100 | 10101111 | 1101 | 0 | 111 | 11010 | 10010101 | 10000 | 1000101 |
Color Harmonies of #A3BCAF
Complementary color
Monochromatic Colors of #A3BCAF
Black with #A3BCAF
Text Example
Text Example
White with #A3BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCAF; }
p { color: rgb(163,188,175); }
H1.HeaderClassName
{
color: #A3BCAF;
}
.AnyTagClassName
{
color: #A3BCAF;
}
</style>
background-color css
<style>
a { background-color: #A3BCAF; }
a { background-color: rgb(163,188,175); }
div.DivClassName
{
background-color: #A3BCAF;
}
.BgClassName
{
background-color: #A3BCAF;
}
</style>
border-color css
<style>
span { border-color: #A3BCAF; }
span { border-color: rgb(163,188,175); }
td.TdClassName
{
border-color: #A3BCAF;
}
.TagClassName
{
border-color: #A3BCAF;
}
</style>