Shades of Skeptic #A0BCB0
Tints of Skeptic #A0BCB0
RGB
CMYK
RGB Variations
Color information
#A0BCB0 (or 0xA0BCB0) is known color: Skeptic. HEX triplet: A0, BC and B0. RGB value is (160,188,176). Sum of RGB (Red+Green+Blue) = 160+188+176=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BCB0 is #5F434F. Grayscale: #B2B2B2. Windows color (decimal): -6243152 or 11582624. OLE color: 11582624.
HSL color Cylindrical-coordinate representation of color #A0BCB0: hue angle of 154.29º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BCB0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 176 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.26 |
| HSL | 154.29º | 0.17% | 0.68% | - |
| HSV(B) | 154.29º | 0.15% | 0.74% | - |
| XYZ | 40.32 | 46.57 | 47.94 | - |
| YUV | 178.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 176 | 0.15 | 0 | 0.06 | 0.26 | 154.29 | 0.17 | 0.68 |
| Hex | A0 | BC | B0 | F | 0 | 6 | 1A | 9A | 11 | 44 |
| Octal | 240 | 274 | 260 | 17 | 0 | 6 | 32 | 232 | 21 | 104 |
| Binary | 10100000 | 10111100 | 10110000 | 1111 | 0 | 110 | 11010 | 10011010 | 10001 | 1000100 |
Color Harmonies of #A0BCB0
Complementary color
Monochromatic Colors of #A0BCB0
Black with #A0BCB0
Text Example
Text Example
White with #A0BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCB0; }
p { color: rgb(160,188,176); }
H1.HeaderClassName
{
color: #A0BCB0;
}
.AnyTagClassName
{
color: #A0BCB0;
}
</style>
background-color css
<style>
a { background-color: #A0BCB0; }
a { background-color: rgb(160,188,176); }
div.DivClassName
{
background-color: #A0BCB0;
}
.BgClassName
{
background-color: #A0BCB0;
}
</style>
border-color css
<style>
span { border-color: #A0BCB0; }
span { border-color: rgb(160,188,176); }
td.TdClassName
{
border-color: #A0BCB0;
}
.TagClassName
{
border-color: #A0BCB0;
}
</style>