Shades of Chinook #A6D4AB
Tints of Chinook #A6D4AB
RGB
CMYK
RGB Variations
Color information
#A6D4AB (or 0xA6D4AB) is known color: Chinook. HEX triplet: A6, D4 and AB. RGB value is (166,212,171). Sum of RGB (Red+Green+Blue) = 166+212+171=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D4AB is #592B54. Grayscale: #C1C1C1. Windows color (decimal): -5843797 or 11261094. OLE color: 11261094.
HSL color Cylindrical-coordinate representation of color #A6D4AB: hue angle of 126.52º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D4AB is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 212 | 171 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.17 |
| HSL | 126.52º | 0.35% | 0.74% | - |
| HSV(B) | 126.52º | 0.22% | 0.83% | - |
| XYZ | 46.62 | 58.13 | 47.29 | - |
| YUV | 193.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 171 | 0.22 | 0 | 0.19 | 0.17 | 126.52 | 0.35 | 0.74 |
| Hex | A6 | D4 | AB | 16 | 0 | 13 | 11 | 7F | 23 | 4A |
| Octal | 246 | 324 | 253 | 26 | 0 | 23 | 21 | 177 | 43 | 112 |
| Binary | 10100110 | 11010100 | 10101011 | 10110 | 0 | 10011 | 10001 | 1111111 | 100011 | 1001010 |
Color Harmonies of #A6D4AB
Complementary color
Monochromatic Colors of #A6D4AB
Black with #A6D4AB
Text Example
Text Example
White with #A6D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D4AB; }
p { color: rgb(166,212,171); }
H1.HeaderClassName
{
color: #A6D4AB;
}
.AnyTagClassName
{
color: #A6D4AB;
}
</style>
background-color css
<style>
a { background-color: #A6D4AB; }
a { background-color: rgb(166,212,171); }
div.DivClassName
{
background-color: #A6D4AB;
}
.BgClassName
{
background-color: #A6D4AB;
}
</style>
border-color css
<style>
span { border-color: #A6D4AB; }
span { border-color: rgb(166,212,171); }
td.TdClassName
{
border-color: #A6D4AB;
}
.TagClassName
{
border-color: #A6D4AB;
}
</style>