Shades of Chinook #A6D2AA
Tints of Chinook #A6D2AA
RGB
CMYK
RGB Variations
Color information
#A6D2AA (or 0xA6D2AA) is known color: Chinook. HEX triplet: A6, D2 and AA. RGB value is (166,210,170). Sum of RGB (Red+Green+Blue) = 166+210+170=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D2AA is #592D55. Grayscale: #C0C0C0. Windows color (decimal): -5844310 or 11195046. OLE color: 11195046.
HSL color Cylindrical-coordinate representation of color #A6D2AA: hue angle of 125.45º 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 #A6D2AA is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 210 | 170 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.18 |
| HSL | 125.45º | 0.33% | 0.74% | - |
| HSV(B) | 125.45º | 0.21% | 0.82% | - |
| XYZ | 46.03 | 57.1 | 46.63 | - |
| YUV | 192.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 170 | 0.21 | 0 | 0.19 | 0.18 | 125.45 | 0.33 | 0.74 |
| Hex | A6 | D2 | AA | 15 | 0 | 13 | 12 | 7D | 21 | 4A |
| Octal | 246 | 322 | 252 | 25 | 0 | 23 | 22 | 175 | 41 | 112 |
| Binary | 10100110 | 11010010 | 10101010 | 10101 | 0 | 10011 | 10010 | 1111101 | 100001 | 1001010 |
Color Harmonies of #A6D2AA
Complementary color
Monochromatic Colors of #A6D2AA
Black with #A6D2AA
Text Example
Text Example
White with #A6D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D2AA; }
p { color: rgb(166,210,170); }
H1.HeaderClassName
{
color: #A6D2AA;
}
.AnyTagClassName
{
color: #A6D2AA;
}
</style>
background-color css
<style>
a { background-color: #A6D2AA; }
a { background-color: rgb(166,210,170); }
div.DivClassName
{
background-color: #A6D2AA;
}
.BgClassName
{
background-color: #A6D2AA;
}
</style>
border-color css
<style>
span { border-color: #A6D2AA; }
span { border-color: rgb(166,210,170); }
td.TdClassName
{
border-color: #A6D2AA;
}
.TagClassName
{
border-color: #A6D2AA;
}
</style>