Shades of Skeptic #A6B0AA
Tints of Skeptic #A6B0AA
RGB
CMYK
RGB Variations
Color information
#A6B0AA (or 0xA6B0AA) is known color: Skeptic. HEX triplet: A6, B0 and AA. RGB value is (166,176,170). Sum of RGB (Red+Green+Blue) = 166+176+170=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B0AA is #594F55. Grayscale: #ACACAC. Windows color (decimal): -5853014 or 11186342. OLE color: 11186342.
HSL color Cylindrical-coordinate representation of color #A6B0AA: hue angle of 144º 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 #A6B0AA is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 170 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.31 |
| HSL | 144º | 0.06% | 0.67% | - |
| HSV(B) | 144º | 0.06% | 0.69% | - |
| XYZ | 38.51 | 42.06 | 44.12 | - |
| YUV | 172.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 170 | 0.06 | 0 | 0.03 | 0.31 | 144 | 0.06 | 0.67 |
| Hex | A6 | B0 | AA | 6 | 0 | 3 | 1F | 90 | 6 | 43 |
| Octal | 246 | 260 | 252 | 6 | 0 | 3 | 37 | 220 | 6 | 103 |
| Binary | 10100110 | 10110000 | 10101010 | 110 | 0 | 11 | 11111 | 10010000 | 110 | 1000011 |
Color Harmonies of #A6B0AA
Complementary color
Monochromatic Colors of #A6B0AA
Black with #A6B0AA
Text Example
Text Example
White with #A6B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B0AA; }
p { color: rgb(166,176,170); }
H1.HeaderClassName
{
color: #A6B0AA;
}
.AnyTagClassName
{
color: #A6B0AA;
}
</style>
background-color css
<style>
a { background-color: #A6B0AA; }
a { background-color: rgb(166,176,170); }
div.DivClassName
{
background-color: #A6B0AA;
}
.BgClassName
{
background-color: #A6B0AA;
}
</style>
border-color css
<style>
span { border-color: #A6B0AA; }
span { border-color: rgb(166,176,170); }
td.TdClassName
{
border-color: #A6B0AA;
}
.TagClassName
{
border-color: #A6B0AA;
}
</style>