Shades of Skeptic #A0B7AF
Tints of Skeptic #A0B7AF
RGB
CMYK
RGB Variations
Color information
#A0B7AF (or 0xA0B7AF) is known color: Skeptic. HEX triplet: A0, B7 and AF. RGB value is (160,183,175). Sum of RGB (Red+Green+Blue) = 160+183+175=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B7AF is #5F4850. Grayscale: #AFAFAF. Windows color (decimal): -6244433 or 11515808. OLE color: 11515808.
HSL color Cylindrical-coordinate representation of color #A0B7AF: hue angle of 159.13º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0B7AF is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 175 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.28 |
| HSL | 159.13º | 0.14% | 0.67% | - |
| HSV(B) | 159.13º | 0.13% | 0.72% | - |
| XYZ | 39.17 | 44.44 | 47.07 | - |
| YUV | 175.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 175 | 0.13 | 0 | 0.04 | 0.28 | 159.13 | 0.14 | 0.67 |
| Hex | A0 | B7 | AF | D | 0 | 4 | 1C | 9F | E | 43 |
| Octal | 240 | 267 | 257 | 15 | 0 | 4 | 34 | 237 | 16 | 103 |
| Binary | 10100000 | 10110111 | 10101111 | 1101 | 0 | 100 | 11100 | 10011111 | 1110 | 1000011 |
Color Harmonies of #A0B7AF
Complementary color
Monochromatic Colors of #A0B7AF
Black with #A0B7AF
Text Example
Text Example
White with #A0B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B7AF; }
p { color: rgb(160,183,175); }
H1.HeaderClassName
{
color: #A0B7AF;
}
.AnyTagClassName
{
color: #A0B7AF;
}
</style>
background-color css
<style>
a { background-color: #A0B7AF; }
a { background-color: rgb(160,183,175); }
div.DivClassName
{
background-color: #A0B7AF;
}
.BgClassName
{
background-color: #A0B7AF;
}
</style>
border-color css
<style>
span { border-color: #A0B7AF; }
span { border-color: rgb(160,183,175); }
td.TdClassName
{
border-color: #A0B7AF;
}
.TagClassName
{
border-color: #A0B7AF;
}
</style>