Shades of Skeptic #A1B7AF
Tints of Skeptic #A1B7AF
RGB
CMYK
RGB Variations
Color information
#A1B7AF (or 0xA1B7AF) is known color: Skeptic. HEX triplet: A1, B7 and AF. RGB value is (161,183,175). Sum of RGB (Red+Green+Blue) = 161+183+175=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B7AF is #5E4850. Grayscale: #AFAFAF. Windows color (decimal): -6178897 or 11515809. OLE color: 11515809.
HSL color Cylindrical-coordinate representation of color #A1B7AF: hue angle of 158.18º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1B7AF is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 175 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.28 |
| HSL | 158.18º | 0.13% | 0.67% | - |
| HSV(B) | 158.18º | 0.12% | 0.72% | - |
| XYZ | 39.37 | 44.54 | 47.08 | - |
| YUV | 175.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 175 | 0.12 | 0 | 0.04 | 0.28 | 158.18 | 0.13 | 0.67 |
| Hex | A1 | B7 | AF | C | 0 | 4 | 1C | 9E | D | 43 |
| Octal | 241 | 267 | 257 | 14 | 0 | 4 | 34 | 236 | 15 | 103 |
| Binary | 10100001 | 10110111 | 10101111 | 1100 | 0 | 100 | 11100 | 10011110 | 1101 | 1000011 |
Color Harmonies of #A1B7AF
Complementary color
Monochromatic Colors of #A1B7AF
Black with #A1B7AF
Text Example
Text Example
White with #A1B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B7AF; }
p { color: rgb(161,183,175); }
H1.HeaderClassName
{
color: #A1B7AF;
}
.AnyTagClassName
{
color: #A1B7AF;
}
</style>
background-color css
<style>
a { background-color: #A1B7AF; }
a { background-color: rgb(161,183,175); }
div.DivClassName
{
background-color: #A1B7AF;
}
.BgClassName
{
background-color: #A1B7AF;
}
</style>
border-color css
<style>
span { border-color: #A1B7AF; }
span { border-color: rgb(161,183,175); }
td.TdClassName
{
border-color: #A1B7AF;
}
.TagClassName
{
border-color: #A1B7AF;
}
</style>