Shades of Chinook #A6D7B3
Tints of Chinook #A6D7B3
RGB
CMYK
RGB Variations
Color information
#A6D7B3 (or 0xA6D7B3) is known color: Chinook. HEX triplet: A6, D7 and B3. RGB value is (166,215,179). Sum of RGB (Red+Green+Blue) = 166+215+179=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D7B3 is #59284C. Grayscale: #C4C4C4. Windows color (decimal): -5843021 or 11786150. OLE color: 11786150.
HSL color Cylindrical-coordinate representation of color #A6D7B3: hue angle of 135.92º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D7B3 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 215 | 179 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.16 |
| HSL | 135.92º | 0.38% | 0.75% | - |
| HSV(B) | 135.92º | 0.23% | 0.84% | - |
| XYZ | 48.16 | 59.96 | 51.68 | - |
| YUV | 196.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 215 | 179 | 0.23 | 0 | 0.17 | 0.16 | 135.92 | 0.38 | 0.75 |
| Hex | A6 | D7 | B3 | 17 | 0 | 11 | 10 | 88 | 26 | 4B |
| Octal | 246 | 327 | 263 | 27 | 0 | 21 | 20 | 210 | 46 | 113 |
| Binary | 10100110 | 11010111 | 10110011 | 10111 | 0 | 10001 | 10000 | 10001000 | 100110 | 1001011 |
Color Harmonies of #A6D7B3
Complementary color
Monochromatic Colors of #A6D7B3
Black with #A6D7B3
Text Example
Text Example
White with #A6D7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D7B3; }
p { color: rgb(166,215,179); }
H1.HeaderClassName
{
color: #A6D7B3;
}
.AnyTagClassName
{
color: #A6D7B3;
}
</style>
background-color css
<style>
a { background-color: #A6D7B3; }
a { background-color: rgb(166,215,179); }
div.DivClassName
{
background-color: #A6D7B3;
}
.BgClassName
{
background-color: #A6D7B3;
}
</style>
border-color css
<style>
span { border-color: #A6D7B3; }
span { border-color: rgb(166,215,179); }
td.TdClassName
{
border-color: #A6D7B3;
}
.TagClassName
{
border-color: #A6D7B3;
}
</style>