Shades of Skeptic #A0B3AB
Tints of Skeptic #A0B3AB
RGB
CMYK
RGB Variations
Color information
#A0B3AB (or 0xA0B3AB) is known color: Skeptic. HEX triplet: A0, B3 and AB. RGB value is (160,179,171). Sum of RGB (Red+Green+Blue) = 160+179+171=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B3AB is #5F4C54. Grayscale: #ACACAC. Windows color (decimal): -6245461 or 11252640. OLE color: 11252640.
HSL color Cylindrical-coordinate representation of color #A0B3AB: hue angle of 154.74º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B3AB is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 171 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.30 |
| HSL | 154.74º | 0.11% | 0.66% | - |
| HSV(B) | 154.74º | 0.11% | 0.7% | - |
| XYZ | 37.97 | 42.65 | 44.76 | - |
| YUV | 172.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 171 | 0.11 | 0 | 0.04 | 0.30 | 154.74 | 0.11 | 0.66 |
| Hex | A0 | B3 | AB | B | 0 | 4 | 1E | 9B | B | 42 |
| Octal | 240 | 263 | 253 | 13 | 0 | 4 | 36 | 233 | 13 | 102 |
| Binary | 10100000 | 10110011 | 10101011 | 1011 | 0 | 100 | 11110 | 10011011 | 1011 | 1000010 |
Color Harmonies of #A0B3AB
Complementary color
Monochromatic Colors of #A0B3AB
Black with #A0B3AB
Text Example
Text Example
White with #A0B3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B3AB; }
p { color: rgb(160,179,171); }
H1.HeaderClassName
{
color: #A0B3AB;
}
.AnyTagClassName
{
color: #A0B3AB;
}
</style>
background-color css
<style>
a { background-color: #A0B3AB; }
a { background-color: rgb(160,179,171); }
div.DivClassName
{
background-color: #A0B3AB;
}
.BgClassName
{
background-color: #A0B3AB;
}
</style>
border-color css
<style>
span { border-color: #A0B3AB; }
span { border-color: rgb(160,179,171); }
td.TdClassName
{
border-color: #A0B3AB;
}
.TagClassName
{
border-color: #A0B3AB;
}
</style>