Shades of Skeptic #A0BBAA
Tints of Skeptic #A0BBAA
RGB
CMYK
RGB Variations
Color information
#A0BBAA (or 0xA0BBAA) is known color: Skeptic. HEX triplet: A0, BB and AA. RGB value is (160,187,170). Sum of RGB (Red+Green+Blue) = 160+187+170=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BBAA is #5F4455. Grayscale: #B1B1B1. Windows color (decimal): -6243414 or 11189152. OLE color: 11189152.
HSL color Cylindrical-coordinate representation of color #A0BBAA: hue angle of 142.22º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0BBAA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 170 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.27 |
| HSL | 142.22º | 0.17% | 0.68% | - |
| HSV(B) | 142.22º | 0.14% | 0.73% | - |
| XYZ | 39.52 | 45.92 | 44.81 | - |
| YUV | 176.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 170 | 0.14 | 0 | 0.09 | 0.27 | 142.22 | 0.17 | 0.68 |
| Hex | A0 | BB | AA | E | 0 | 9 | 1B | 8E | 11 | 44 |
| Octal | 240 | 273 | 252 | 16 | 0 | 11 | 33 | 216 | 21 | 104 |
| Binary | 10100000 | 10111011 | 10101010 | 1110 | 0 | 1001 | 11011 | 10001110 | 10001 | 1000100 |
Color Harmonies of #A0BBAA
Complementary color
Monochromatic Colors of #A0BBAA
Black with #A0BBAA
Text Example
Text Example
White with #A0BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BBAA; }
p { color: rgb(160,187,170); }
H1.HeaderClassName
{
color: #A0BBAA;
}
.AnyTagClassName
{
color: #A0BBAA;
}
</style>
background-color css
<style>
a { background-color: #A0BBAA; }
a { background-color: rgb(160,187,170); }
div.DivClassName
{
background-color: #A0BBAA;
}
.BgClassName
{
background-color: #A0BBAA;
}
</style>
border-color css
<style>
span { border-color: #A0BBAA; }
span { border-color: rgb(160,187,170); }
td.TdClassName
{
border-color: #A0BBAA;
}
.TagClassName
{
border-color: #A0BBAA;
}
</style>