Shades of Skeptic #A6B0AB
Tints of Skeptic #A6B0AB
RGB
CMYK
RGB Variations
Color information
#A6B0AB (or 0xA6B0AB) is known color: Skeptic. HEX triplet: A6, B0 and AB. RGB value is (166,176,171). Sum of RGB (Red+Green+Blue) = 166+176+171=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B0AB is #594F54. Grayscale: #ACACAC. Windows color (decimal): -5853013 or 11251878. OLE color: 11251878.
HSL color Cylindrical-coordinate representation of color #A6B0AB: hue angle of 150º degrees, saturation: 0.06, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A6B0AB is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
RGB | 166 | 176 | 171 | - |
CMYK | 0.06 | 0 | 0.03 | 0.31 |
HSL | 150º | 0.06% | 0.67% | - |
HSV(B) | 150º | 0.06% | 0.69% | - |
XYZ | 38.6 | 42.1 | 44.62 | - |
YUV | 172.44 | 127.19 | 123.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 176 | 171 | 0.06 | 0 | 0.03 | 0.31 | 150 | 0.06 | 0.67 |
Hex | A6 | B0 | AB | 6 | 0 | 3 | 1F | 96 | 6 | 43 |
Octal | 246 | 260 | 253 | 6 | 0 | 3 | 37 | 226 | 6 | 103 |
Binary | 10100110 | 10110000 | 10101011 | 110 | 0 | 11 | 11111 | 10010110 | 110 | 1000011 |
Color Harmonies of #A6B0AB
Complementary color
Monochromatic Colors of #A6B0AB
Black with #A6B0AB
Text Example
Text Example
White with #A6B0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B0AB; }
p { color: rgb(166,176,171); }
H1.HeaderClassName
{
color: #A6B0AB;
}
.AnyTagClassName
{
color: #A6B0AB;
}
</style>
background-color css
<style>
a { background-color: #A6B0AB; }
a { background-color: rgb(166,176,171); }
div.DivClassName
{
background-color: #A6B0AB;
}
.BgClassName
{
background-color: #A6B0AB;
}
</style>
border-color css
<style>
span { border-color: #A6B0AB; }
span { border-color: rgb(166,176,171); }
td.TdClassName
{
border-color: #A6B0AB;
}
.TagClassName
{
border-color: #A6B0AB;
}
</style>