Shades of Skeptic #A3B8AF
Tints of Skeptic #A3B8AF
RGB
CMYK
RGB Variations
Color information
#A3B8AF (or 0xA3B8AF) is known color: Skeptic. HEX triplet: A3, B8 and AF. RGB value is (163,184,175). Sum of RGB (Red+Green+Blue) = 163+184+175=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B8AF is #5C4750. Grayscale: #B0B0B0. Windows color (decimal): -6047569 or 11516067. OLE color: 11516067.
HSL color Cylindrical-coordinate representation of color #A3B8AF: hue angle of 154.29º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B8AF is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 175 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.28 |
| HSL | 154.29º | 0.13% | 0.68% | - |
| HSV(B) | 154.29º | 0.11% | 0.72% | - |
| XYZ | 39.98 | 45.16 | 47.17 | - |
| YUV | 176.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 175 | 0.11 | 0 | 0.05 | 0.28 | 154.29 | 0.13 | 0.68 |
| Hex | A3 | B8 | AF | B | 0 | 5 | 1C | 9A | D | 44 |
| Octal | 243 | 270 | 257 | 13 | 0 | 5 | 34 | 232 | 15 | 104 |
| Binary | 10100011 | 10111000 | 10101111 | 1011 | 0 | 101 | 11100 | 10011010 | 1101 | 1000100 |
Color Harmonies of #A3B8AF
Complementary color
Monochromatic Colors of #A3B8AF
Black with #A3B8AF
Text Example
Text Example
White with #A3B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B8AF; }
p { color: rgb(163,184,175); }
H1.HeaderClassName
{
color: #A3B8AF;
}
.AnyTagClassName
{
color: #A3B8AF;
}
</style>
background-color css
<style>
a { background-color: #A3B8AF; }
a { background-color: rgb(163,184,175); }
div.DivClassName
{
background-color: #A3B8AF;
}
.BgClassName
{
background-color: #A3B8AF;
}
</style>
border-color css
<style>
span { border-color: #A3B8AF; }
span { border-color: rgb(163,184,175); }
td.TdClassName
{
border-color: #A3B8AF;
}
.TagClassName
{
border-color: #A3B8AF;
}
</style>