Shades of Skeptic #A8B0AB
Tints of Skeptic #A8B0AB
RGB
CMYK
RGB Variations
Color information
#A8B0AB (or 0xA8B0AB) is known color: Skeptic. HEX triplet: A8, B0 and AB. RGB value is (168,176,171). Sum of RGB (Red+Green+Blue) = 168+176+171=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B0AB is #574F54. Grayscale: #ADADAD. Windows color (decimal): -5721941 or 11251880. OLE color: 11251880.
HSL color Cylindrical-coordinate representation of color #A8B0AB: hue angle of 142.5º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A8B0AB is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 171 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.31 |
| HSL | 142.5º | 0.05% | 0.67% | - |
| HSV(B) | 142.5º | 0.05% | 0.69% | - |
| XYZ | 39.02 | 42.32 | 44.64 | - |
| YUV | 173.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 171 | 0.05 | 0 | 0.03 | 0.31 | 142.5 | 0.05 | 0.67 |
| Hex | A8 | B0 | AB | 5 | 0 | 3 | 1F | 8E | 5 | 43 |
| Octal | 250 | 260 | 253 | 5 | 0 | 3 | 37 | 216 | 5 | 103 |
| Binary | 10101000 | 10110000 | 10101011 | 101 | 0 | 11 | 11111 | 10001110 | 101 | 1000011 |
Color Harmonies of #A8B0AB
Complementary color
Monochromatic Colors of #A8B0AB
Black with #A8B0AB
Text Example
Text Example
White with #A8B0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B0AB; }
p { color: rgb(168,176,171); }
H1.HeaderClassName
{
color: #A8B0AB;
}
.AnyTagClassName
{
color: #A8B0AB;
}
</style>
background-color css
<style>
a { background-color: #A8B0AB; }
a { background-color: rgb(168,176,171); }
div.DivClassName
{
background-color: #A8B0AB;
}
.BgClassName
{
background-color: #A8B0AB;
}
</style>
border-color css
<style>
span { border-color: #A8B0AB; }
span { border-color: rgb(168,176,171); }
td.TdClassName
{
border-color: #A8B0AB;
}
.TagClassName
{
border-color: #A8B0AB;
}
</style>