Shades of Skeptic #A0B9B0
Tints of Skeptic #A0B9B0
RGB
CMYK
RGB Variations
Color information
#A0B9B0 (or 0xA0B9B0) is known color: Skeptic. HEX triplet: A0, B9 and B0. RGB value is (160,185,176). Sum of RGB (Red+Green+Blue) = 160+185+176=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B9B0 is #5F464F. Grayscale: #B0B0B0. Windows color (decimal): -6243920 or 11581856. OLE color: 11581856.
HSL color Cylindrical-coordinate representation of color #A0B9B0: hue angle of 158.4º degrees, saturation: 0.15, 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 #A0B9B0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 176 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.27 |
| HSL | 158.4º | 0.15% | 0.68% | - |
| HSV(B) | 158.4º | 0.14% | 0.73% | - |
| XYZ | 39.68 | 45.31 | 47.73 | - |
| YUV | 176.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 176 | 0.14 | 0 | 0.05 | 0.27 | 158.4 | 0.15 | 0.68 |
| Hex | A0 | B9 | B0 | E | 0 | 5 | 1B | 9E | F | 44 |
| Octal | 240 | 271 | 260 | 16 | 0 | 5 | 33 | 236 | 17 | 104 |
| Binary | 10100000 | 10111001 | 10110000 | 1110 | 0 | 101 | 11011 | 10011110 | 1111 | 1000100 |
Color Harmonies of #A0B9B0
Complementary color
Monochromatic Colors of #A0B9B0
Black with #A0B9B0
Text Example
Text Example
White with #A0B9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B9B0; }
p { color: rgb(160,185,176); }
H1.HeaderClassName
{
color: #A0B9B0;
}
.AnyTagClassName
{
color: #A0B9B0;
}
</style>
background-color css
<style>
a { background-color: #A0B9B0; }
a { background-color: rgb(160,185,176); }
div.DivClassName
{
background-color: #A0B9B0;
}
.BgClassName
{
background-color: #A0B9B0;
}
</style>
border-color css
<style>
span { border-color: #A0B9B0; }
span { border-color: rgb(160,185,176); }
td.TdClassName
{
border-color: #A0B9B0;
}
.TagClassName
{
border-color: #A0B9B0;
}
</style>