Shades of Skeptic #A3B8AD
Tints of Skeptic #A3B8AD
RGB
CMYK
RGB Variations
Color information
#A3B8AD (or 0xA3B8AD) is known color: Skeptic. HEX triplet: A3, B8 and AD. RGB value is (163,184,173). Sum of RGB (Red+Green+Blue) = 163+184+173=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B8AD is #5C4752. Grayscale: #B0B0B0. Windows color (decimal): -6047571 or 11384995. OLE color: 11384995.
HSL color Cylindrical-coordinate representation of color #A3B8AD: hue angle of 148.57º 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 #A3B8AD is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 173 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.28 |
| HSL | 148.57º | 0.13% | 0.68% | - |
| HSV(B) | 148.57º | 0.11% | 0.72% | - |
| XYZ | 39.79 | 45.08 | 46.14 | - |
| YUV | 176.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 173 | 0.11 | 0 | 0.06 | 0.28 | 148.57 | 0.13 | 0.68 |
| Hex | A3 | B8 | AD | B | 0 | 6 | 1C | 95 | D | 44 |
| Octal | 243 | 270 | 255 | 13 | 0 | 6 | 34 | 225 | 15 | 104 |
| Binary | 10100011 | 10111000 | 10101101 | 1011 | 0 | 110 | 11100 | 10010101 | 1101 | 1000100 |
Color Harmonies of #A3B8AD
Complementary color
Monochromatic Colors of #A3B8AD
Black with #A3B8AD
Text Example
Text Example
White with #A3B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B8AD; }
p { color: rgb(163,184,173); }
H1.HeaderClassName
{
color: #A3B8AD;
}
.AnyTagClassName
{
color: #A3B8AD;
}
</style>
background-color css
<style>
a { background-color: #A3B8AD; }
a { background-color: rgb(163,184,173); }
div.DivClassName
{
background-color: #A3B8AD;
}
.BgClassName
{
background-color: #A3B8AD;
}
</style>
border-color css
<style>
span { border-color: #A3B8AD; }
span { border-color: rgb(163,184,173); }
td.TdClassName
{
border-color: #A3B8AD;
}
.TagClassName
{
border-color: #A3B8AD;
}
</style>