Shades of Skeptic #A6B2AB
Tints of Skeptic #A6B2AB
RGB
CMYK
RGB Variations
Color information
#A6B2AB (or 0xA6B2AB) is known color: Skeptic. HEX triplet: A6, B2 and AB. RGB value is (166,178,171). Sum of RGB (Red+Green+Blue) = 166+178+171=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B2AB is #594D54. Grayscale: #ADADAD. Windows color (decimal): -5852501 or 11252390. OLE color: 11252390.
HSL color Cylindrical-coordinate representation of color #A6B2AB: hue angle of 145º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A6B2AB is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 171 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.30 |
| HSL | 145º | 0.07% | 0.67% | - |
| HSV(B) | 145º | 0.07% | 0.7% | - |
| XYZ | 39 | 42.89 | 44.75 | - |
| YUV | 173.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 171 | 0.07 | 0 | 0.04 | 0.30 | 145 | 0.07 | 0.67 |
| Hex | A6 | B2 | AB | 7 | 0 | 4 | 1E | 91 | 7 | 43 |
| Octal | 246 | 262 | 253 | 7 | 0 | 4 | 36 | 221 | 7 | 103 |
| Binary | 10100110 | 10110010 | 10101011 | 111 | 0 | 100 | 11110 | 10010001 | 111 | 1000011 |
Color Harmonies of #A6B2AB
Complementary color
Monochromatic Colors of #A6B2AB
Black with #A6B2AB
Text Example
Text Example
White with #A6B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B2AB; }
p { color: rgb(166,178,171); }
H1.HeaderClassName
{
color: #A6B2AB;
}
.AnyTagClassName
{
color: #A6B2AB;
}
</style>
background-color css
<style>
a { background-color: #A6B2AB; }
a { background-color: rgb(166,178,171); }
div.DivClassName
{
background-color: #A6B2AB;
}
.BgClassName
{
background-color: #A6B2AB;
}
</style>
border-color css
<style>
span { border-color: #A6B2AB; }
span { border-color: rgb(166,178,171); }
td.TdClassName
{
border-color: #A6B2AB;
}
.TagClassName
{
border-color: #A6B2AB;
}
</style>