Shades of Skeptic #A6B6AD
Tints of Skeptic #A6B6AD
RGB
CMYK
RGB Variations
Color information
#A6B6AD (or 0xA6B6AD) is known color: Skeptic. HEX triplet: A6, B6 and AD. RGB value is (166,182,173). Sum of RGB (Red+Green+Blue) = 166+182+173=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B6AD is #594952. Grayscale: #B0B0B0. Windows color (decimal): -5851475 or 11384486. OLE color: 11384486.
HSL color Cylindrical-coordinate representation of color #A6B6AD: hue angle of 146.25º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6B6AD is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 182 | 173 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.29 |
| HSL | 146.25º | 0.1% | 0.68% | - |
| HSV(B) | 146.25º | 0.09% | 0.71% | - |
| XYZ | 40 | 44.58 | 46.03 | - |
| YUV | 176.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 182 | 173 | 0.09 | 0 | 0.05 | 0.29 | 146.25 | 0.1 | 0.68 |
| Hex | A6 | B6 | AD | 9 | 0 | 5 | 1D | 92 | A | 44 |
| Octal | 246 | 266 | 255 | 11 | 0 | 5 | 35 | 222 | 12 | 104 |
| Binary | 10100110 | 10110110 | 10101101 | 1001 | 0 | 101 | 11101 | 10010010 | 1010 | 1000100 |
Color Harmonies of #A6B6AD
Complementary color
Monochromatic Colors of #A6B6AD
Black with #A6B6AD
Text Example
Text Example
White with #A6B6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B6AD; }
p { color: rgb(166,182,173); }
H1.HeaderClassName
{
color: #A6B6AD;
}
.AnyTagClassName
{
color: #A6B6AD;
}
</style>
background-color css
<style>
a { background-color: #A6B6AD; }
a { background-color: rgb(166,182,173); }
div.DivClassName
{
background-color: #A6B6AD;
}
.BgClassName
{
background-color: #A6B6AD;
}
</style>
border-color css
<style>
span { border-color: #A6B6AD; }
span { border-color: rgb(166,182,173); }
td.TdClassName
{
border-color: #A6B6AD;
}
.TagClassName
{
border-color: #A6B6AD;
}
</style>