Shades of Chinook #A6D6AB
Tints of Chinook #A6D6AB
RGB
CMYK
RGB Variations
Color information
#A6D6AB (or 0xA6D6AB) is known color: Chinook. HEX triplet: A6, D6 and AB. RGB value is (166,214,171). Sum of RGB (Red+Green+Blue) = 166+214+171=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D6AB is #592954. Grayscale: #C2C2C2. Windows color (decimal): -5843285 or 11261606. OLE color: 11261606.
HSL color Cylindrical-coordinate representation of color #A6D6AB: hue angle of 126.25º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D6AB is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 214 | 171 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.16 |
| HSL | 126.25º | 0.37% | 0.75% | - |
| HSV(B) | 126.25º | 0.22% | 0.84% | - |
| XYZ | 47.12 | 59.14 | 47.46 | - |
| YUV | 194.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 171 | 0.22 | 0 | 0.20 | 0.16 | 126.25 | 0.37 | 0.75 |
| Hex | A6 | D6 | AB | 16 | 0 | 14 | 10 | 7E | 25 | 4B |
| Octal | 246 | 326 | 253 | 26 | 0 | 24 | 20 | 176 | 45 | 113 |
| Binary | 10100110 | 11010110 | 10101011 | 10110 | 0 | 10100 | 10000 | 1111110 | 100101 | 1001011 |
Color Harmonies of #A6D6AB
Complementary color
Monochromatic Colors of #A6D6AB
Black with #A6D6AB
Text Example
Text Example
White with #A6D6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D6AB; }
p { color: rgb(166,214,171); }
H1.HeaderClassName
{
color: #A6D6AB;
}
.AnyTagClassName
{
color: #A6D6AB;
}
</style>
background-color css
<style>
a { background-color: #A6D6AB; }
a { background-color: rgb(166,214,171); }
div.DivClassName
{
background-color: #A6D6AB;
}
.BgClassName
{
background-color: #A6D6AB;
}
</style>
border-color css
<style>
span { border-color: #A6D6AB; }
span { border-color: rgb(166,214,171); }
td.TdClassName
{
border-color: #A6D6AB;
}
.TagClassName
{
border-color: #A6D6AB;
}
</style>