Shades of Skeptic #A0B6AD
Tints of Skeptic #A0B6AD
RGB
CMYK
RGB Variations
Color information
#A0B6AD (or 0xA0B6AD) is known color: Skeptic. HEX triplet: A0, B6 and AD. RGB value is (160,182,173). Sum of RGB (Red+Green+Blue) = 160+182+173=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B6AD is #5F4952. Grayscale: #AEAEAE. Windows color (decimal): -6244691 or 11384480. OLE color: 11384480.
HSL color Cylindrical-coordinate representation of color #A0B6AD: hue angle of 155.45º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0B6AD is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 173 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.29 |
| HSL | 155.45º | 0.13% | 0.67% | - |
| HSV(B) | 155.45º | 0.12% | 0.71% | - |
| XYZ | 38.77 | 43.95 | 45.97 | - |
| YUV | 174.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 173 | 0.12 | 0 | 0.05 | 0.29 | 155.45 | 0.13 | 0.67 |
| Hex | A0 | B6 | AD | C | 0 | 5 | 1D | 9B | D | 43 |
| Octal | 240 | 266 | 255 | 14 | 0 | 5 | 35 | 233 | 15 | 103 |
| Binary | 10100000 | 10110110 | 10101101 | 1100 | 0 | 101 | 11101 | 10011011 | 1101 | 1000011 |
Color Harmonies of #A0B6AD
Complementary color
Monochromatic Colors of #A0B6AD
Black with #A0B6AD
Text Example
Text Example
White with #A0B6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B6AD; }
p { color: rgb(160,182,173); }
H1.HeaderClassName
{
color: #A0B6AD;
}
.AnyTagClassName
{
color: #A0B6AD;
}
</style>
background-color css
<style>
a { background-color: #A0B6AD; }
a { background-color: rgb(160,182,173); }
div.DivClassName
{
background-color: #A0B6AD;
}
.BgClassName
{
background-color: #A0B6AD;
}
</style>
border-color css
<style>
span { border-color: #A0B6AD; }
span { border-color: rgb(160,182,173); }
td.TdClassName
{
border-color: #A0B6AD;
}
.TagClassName
{
border-color: #A0B6AD;
}
</style>