Shades of Chinook #A6D8B0
Tints of Chinook #A6D8B0
RGB
CMYK
RGB Variations
Color information
#A6D8B0 (or 0xA6D8B0) is known color: Chinook. HEX triplet: A6, D8 and B0. RGB value is (166,216,176). Sum of RGB (Red+Green+Blue) = 166+216+176=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D8B0 is #59274F. Grayscale: #C4C4C4. Windows color (decimal): -5842768 or 11589798. OLE color: 11589798.
HSL color Cylindrical-coordinate representation of color #A6D8B0: hue angle of 132º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D8B0 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 176 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.15 |
| HSL | 132º | 0.39% | 0.75% | - |
| HSV(B) | 132º | 0.23% | 0.85% | - |
| XYZ | 48.12 | 60.35 | 50.19 | - |
| YUV | 196.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 176 | 0.23 | 0 | 0.19 | 0.15 | 132 | 0.39 | 0.75 |
| Hex | A6 | D8 | B0 | 17 | 0 | 13 | F | 84 | 27 | 4B |
| Octal | 246 | 330 | 260 | 27 | 0 | 23 | 17 | 204 | 47 | 113 |
| Binary | 10100110 | 11011000 | 10110000 | 10111 | 0 | 10011 | 1111 | 10000100 | 100111 | 1001011 |
Color Harmonies of #A6D8B0
Complementary color
Monochromatic Colors of #A6D8B0
Black with #A6D8B0
Text Example
Text Example
White with #A6D8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D8B0; }
p { color: rgb(166,216,176); }
H1.HeaderClassName
{
color: #A6D8B0;
}
.AnyTagClassName
{
color: #A6D8B0;
}
</style>
background-color css
<style>
a { background-color: #A6D8B0; }
a { background-color: rgb(166,216,176); }
div.DivClassName
{
background-color: #A6D8B0;
}
.BgClassName
{
background-color: #A6D8B0;
}
</style>
border-color css
<style>
span { border-color: #A6D8B0; }
span { border-color: rgb(166,216,176); }
td.TdClassName
{
border-color: #A6D8B0;
}
.TagClassName
{
border-color: #A6D8B0;
}
</style>