Shades of Chinook #A2D1A7
Tints of Chinook #A2D1A7
RGB
CMYK
RGB Variations
Color information
#A2D1A7 (or 0xA2D1A7) is known color: Chinook. HEX triplet: A2, D1 and A7. RGB value is (162,209,167). Sum of RGB (Red+Green+Blue) = 162+209+167=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D1A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D1A7 is #5D2E58. Grayscale: #BEBEBE. Windows color (decimal): -6106713 or 10998178. OLE color: 10998178.
HSL color Cylindrical-coordinate representation of color #A2D1A7: hue angle of 126.38º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2D1A7 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 167 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.18 |
| HSL | 126.38º | 0.34% | 0.73% | - |
| HSV(B) | 126.38º | 0.22% | 0.82% | - |
| XYZ | 44.68 | 56.07 | 45.03 | - |
| YUV | 190.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 167 | 0.22 | 0 | 0.20 | 0.18 | 126.38 | 0.34 | 0.73 |
| Hex | A2 | D1 | A7 | 16 | 0 | 14 | 12 | 7E | 22 | 49 |
| Octal | 242 | 321 | 247 | 26 | 0 | 24 | 22 | 176 | 42 | 111 |
| Binary | 10100010 | 11010001 | 10100111 | 10110 | 0 | 10100 | 10010 | 1111110 | 100010 | 1001001 |
Color Harmonies of #A2D1A7
Complementary color
Monochromatic Colors of #A2D1A7
Black with #A2D1A7
Text Example
Text Example
White with #A2D1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D1A7; }
p { color: rgb(162,209,167); }
H1.HeaderClassName
{
color: #A2D1A7;
}
.AnyTagClassName
{
color: #A2D1A7;
}
</style>
background-color css
<style>
a { background-color: #A2D1A7; }
a { background-color: rgb(162,209,167); }
div.DivClassName
{
background-color: #A2D1A7;
}
.BgClassName
{
background-color: #A2D1A7;
}
</style>
border-color css
<style>
span { border-color: #A2D1A7; }
span { border-color: rgb(162,209,167); }
td.TdClassName
{
border-color: #A2D1A7;
}
.TagClassName
{
border-color: #A2D1A7;
}
</style>