Shades of Skeptic #A1B7B0
Tints of Skeptic #A1B7B0
RGB
CMYK
RGB Variations
Color information
#A1B7B0 (or 0xA1B7B0) is known color: Skeptic. HEX triplet: A1, B7 and B0. RGB value is (161,183,176). Sum of RGB (Red+Green+Blue) = 161+183+176=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B7B0 is #5E484F. Grayscale: #AFAFAF. Windows color (decimal): -6178896 or 11581345. OLE color: 11581345.
HSL color Cylindrical-coordinate representation of color #A1B7B0: hue angle of 160.91º 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 #A1B7B0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 176 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.28 |
| HSL | 160.91º | 0.13% | 0.67% | - |
| HSV(B) | 160.91º | 0.12% | 0.72% | - |
| XYZ | 39.47 | 44.58 | 47.6 | - |
| YUV | 175.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 176 | 0.12 | 0 | 0.04 | 0.28 | 160.91 | 0.13 | 0.67 |
| Hex | A1 | B7 | B0 | C | 0 | 4 | 1C | A1 | D | 43 |
| Octal | 241 | 267 | 260 | 14 | 0 | 4 | 34 | 241 | 15 | 103 |
| Binary | 10100001 | 10110111 | 10110000 | 1100 | 0 | 100 | 11100 | 10100001 | 1101 | 1000011 |
Color Harmonies of #A1B7B0
Complementary color
Monochromatic Colors of #A1B7B0
Black with #A1B7B0
Text Example
Text Example
White with #A1B7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B7B0; }
p { color: rgb(161,183,176); }
H1.HeaderClassName
{
color: #A1B7B0;
}
.AnyTagClassName
{
color: #A1B7B0;
}
</style>
background-color css
<style>
a { background-color: #A1B7B0; }
a { background-color: rgb(161,183,176); }
div.DivClassName
{
background-color: #A1B7B0;
}
.BgClassName
{
background-color: #A1B7B0;
}
</style>
border-color css
<style>
span { border-color: #A1B7B0; }
span { border-color: rgb(161,183,176); }
td.TdClassName
{
border-color: #A1B7B0;
}
.TagClassName
{
border-color: #A1B7B0;
}
</style>