Shades of Chinook #A6D9B0
Tints of Chinook #A6D9B0
RGB
CMYK
RGB Variations
Color information
#A6D9B0 (or 0xA6D9B0) is known color: Chinook. HEX triplet: A6, D9 and B0. RGB value is (166,217,176). Sum of RGB (Red+Green+Blue) = 166+217+176=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D9B0 is #59264F. Grayscale: #C5C5C5. Windows color (decimal): -5842512 or 11590054. OLE color: 11590054.
HSL color Cylindrical-coordinate representation of color #A6D9B0: hue angle of 131.76º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6D9B0 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 176 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.15 |
| HSL | 131.76º | 0.4% | 0.75% | - |
| HSV(B) | 131.76º | 0.24% | 0.85% | - |
| XYZ | 48.38 | 60.87 | 50.27 | - |
| YUV | 197.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 176 | 0.24 | 0 | 0.19 | 0.15 | 131.76 | 0.4 | 0.75 |
| Hex | A6 | D9 | B0 | 18 | 0 | 13 | F | 84 | 28 | 4B |
| Octal | 246 | 331 | 260 | 30 | 0 | 23 | 17 | 204 | 50 | 113 |
| Binary | 10100110 | 11011001 | 10110000 | 11000 | 0 | 10011 | 1111 | 10000100 | 101000 | 1001011 |
Color Harmonies of #A6D9B0
Complementary color
Monochromatic Colors of #A6D9B0
Black with #A6D9B0
Text Example
Text Example
White with #A6D9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D9B0; }
p { color: rgb(166,217,176); }
H1.HeaderClassName
{
color: #A6D9B0;
}
.AnyTagClassName
{
color: #A6D9B0;
}
</style>
background-color css
<style>
a { background-color: #A6D9B0; }
a { background-color: rgb(166,217,176); }
div.DivClassName
{
background-color: #A6D9B0;
}
.BgClassName
{
background-color: #A6D9B0;
}
</style>
border-color css
<style>
span { border-color: #A6D9B0; }
span { border-color: rgb(166,217,176); }
td.TdClassName
{
border-color: #A6D9B0;
}
.TagClassName
{
border-color: #A6D9B0;
}
</style>