Shades of Skeptic #A1B3A7
Tints of Skeptic #A1B3A7
RGB
CMYK
RGB Variations
Color information
#A1B3A7 (or 0xA1B3A7) is known color: Skeptic. HEX triplet: A1, B3 and A7. RGB value is (161,179,167). Sum of RGB (Red+Green+Blue) = 161+179+167=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B3A7 is #5E4C58. Grayscale: #ACACAC. Windows color (decimal): -6179929 or 10990497. OLE color: 10990497.
HSL color Cylindrical-coordinate representation of color #A1B3A7: hue angle of 140º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1B3A7 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 167 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.30 |
| HSL | 140º | 0.11% | 0.67% | - |
| HSV(B) | 140º | 0.1% | 0.7% | - |
| XYZ | 37.79 | 42.61 | 42.79 | - |
| YUV | 172.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 167 | 0.10 | 0 | 0.07 | 0.30 | 140 | 0.11 | 0.67 |
| Hex | A1 | B3 | A7 | A | 0 | 7 | 1E | 8C | B | 43 |
| Octal | 241 | 263 | 247 | 12 | 0 | 7 | 36 | 214 | 13 | 103 |
| Binary | 10100001 | 10110011 | 10100111 | 1010 | 0 | 111 | 11110 | 10001100 | 1011 | 1000011 |
Color Harmonies of #A1B3A7
Complementary color
Monochromatic Colors of #A1B3A7
Black with #A1B3A7
Text Example
Text Example
White with #A1B3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B3A7; }
p { color: rgb(161,179,167); }
H1.HeaderClassName
{
color: #A1B3A7;
}
.AnyTagClassName
{
color: #A1B3A7;
}
</style>
background-color css
<style>
a { background-color: #A1B3A7; }
a { background-color: rgb(161,179,167); }
div.DivClassName
{
background-color: #A1B3A7;
}
.BgClassName
{
background-color: #A1B3A7;
}
</style>
border-color css
<style>
span { border-color: #A1B3A7; }
span { border-color: rgb(161,179,167); }
td.TdClassName
{
border-color: #A1B3A7;
}
.TagClassName
{
border-color: #A1B3A7;
}
</style>