Shades of Skeptic #A6B5AB
Tints of Skeptic #A6B5AB
RGB
CMYK
RGB Variations
Color information
#A6B5AB (or 0xA6B5AB) is known color: Skeptic. HEX triplet: A6, B5 and AB. RGB value is (166,181,171). Sum of RGB (Red+Green+Blue) = 166+181+171=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B5AB is #594A54. Grayscale: #AFAFAF. Windows color (decimal): -5851733 or 11253158. OLE color: 11253158.
HSL color Cylindrical-coordinate representation of color #A6B5AB: hue angle of 140º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6B5AB is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 166 | 181 | 171 | - |
CMYK | 0.08 | 0 | 0.06 | 0.29 |
HSL | 140º | 0.09% | 0.68% | - |
HSV(B) | 140º | 0.08% | 0.71% | - |
XYZ | 39.6 | 44.1 | 44.95 | - |
YUV | 175.38 | 125.53 | 121.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 181 | 171 | 0.08 | 0 | 0.06 | 0.29 | 140 | 0.09 | 0.68 |
Hex | A6 | B5 | AB | 8 | 0 | 6 | 1D | 8C | 9 | 44 |
Octal | 246 | 265 | 253 | 10 | 0 | 6 | 35 | 214 | 11 | 104 |
Binary | 10100110 | 10110101 | 10101011 | 1000 | 0 | 110 | 11101 | 10001100 | 1001 | 1000100 |
Color Harmonies of #A6B5AB
Complementary color
Monochromatic Colors of #A6B5AB
Black with #A6B5AB
Text Example
Text Example
White with #A6B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B5AB; }
p { color: rgb(166,181,171); }
H1.HeaderClassName
{
color: #A6B5AB;
}
.AnyTagClassName
{
color: #A6B5AB;
}
</style>
background-color css
<style>
a { background-color: #A6B5AB; }
a { background-color: rgb(166,181,171); }
div.DivClassName
{
background-color: #A6B5AB;
}
.BgClassName
{
background-color: #A6B5AB;
}
</style>
border-color css
<style>
span { border-color: #A6B5AB; }
span { border-color: rgb(166,181,171); }
td.TdClassName
{
border-color: #A6B5AB;
}
.TagClassName
{
border-color: #A6B5AB;
}
</style>