Shades of Chinook #A6D2AC
Tints of Chinook #A6D2AC
RGB
CMYK
RGB Variations
Color information
#A6D2AC (or 0xA6D2AC) is known color: Chinook. HEX triplet: A6, D2 and AC. RGB value is (166,210,172). Sum of RGB (Red+Green+Blue) = 166+210+172=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D2AC is #592D53. Grayscale: #C0C0C0. Windows color (decimal): -5844308 or 11326118. OLE color: 11326118.
HSL color Cylindrical-coordinate representation of color #A6D2AC: hue angle of 128.18º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D2AC is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 210 | 172 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.18 |
| HSL | 128.18º | 0.33% | 0.74% | - |
| HSV(B) | 128.18º | 0.21% | 0.82% | - |
| XYZ | 46.22 | 57.18 | 47.63 | - |
| YUV | 192.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 172 | 0.21 | 0 | 0.18 | 0.18 | 128.18 | 0.33 | 0.74 |
| Hex | A6 | D2 | AC | 15 | 0 | 12 | 12 | 80 | 21 | 4A |
| Octal | 246 | 322 | 254 | 25 | 0 | 22 | 22 | 200 | 41 | 112 |
| Binary | 10100110 | 11010010 | 10101100 | 10101 | 0 | 10010 | 10010 | 10000000 | 100001 | 1001010 |
Color Harmonies of #A6D2AC
Complementary color
Monochromatic Colors of #A6D2AC
Black with #A6D2AC
Text Example
Text Example
White with #A6D2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D2AC; }
p { color: rgb(166,210,172); }
H1.HeaderClassName
{
color: #A6D2AC;
}
.AnyTagClassName
{
color: #A6D2AC;
}
</style>
background-color css
<style>
a { background-color: #A6D2AC; }
a { background-color: rgb(166,210,172); }
div.DivClassName
{
background-color: #A6D2AC;
}
.BgClassName
{
background-color: #A6D2AC;
}
</style>
border-color css
<style>
span { border-color: #A6D2AC; }
span { border-color: rgb(166,210,172); }
td.TdClassName
{
border-color: #A6D2AC;
}
.TagClassName
{
border-color: #A6D2AC;
}
</style>