Shades of Chinook #A2D3AA
Tints of Chinook #A2D3AA
RGB
CMYK
RGB Variations
Color information
#A2D3AA (or 0xA2D3AA) is known color: Chinook. HEX triplet: A2, D3 and AA. RGB value is (162,211,170). Sum of RGB (Red+Green+Blue) = 162+211+170=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D3AA is #5D2C55. Grayscale: #BFBFBF. Windows color (decimal): -6106198 or 11195298. OLE color: 11195298.
HSL color Cylindrical-coordinate representation of color #A2D3AA: hue angle of 129.8º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2D3AA is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 170 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.17 |
| HSL | 129.8º | 0.36% | 0.73% | - |
| HSV(B) | 129.8º | 0.23% | 0.83% | - |
| XYZ | 45.45 | 57.17 | 46.67 | - |
| YUV | 191.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 170 | 0.23 | 0 | 0.19 | 0.17 | 129.8 | 0.36 | 0.73 |
| Hex | A2 | D3 | AA | 17 | 0 | 13 | 11 | 82 | 24 | 49 |
| Octal | 242 | 323 | 252 | 27 | 0 | 23 | 21 | 202 | 44 | 111 |
| Binary | 10100010 | 11010011 | 10101010 | 10111 | 0 | 10011 | 10001 | 10000010 | 100100 | 1001001 |
Color Harmonies of #A2D3AA
Complementary color
Monochromatic Colors of #A2D3AA
Black with #A2D3AA
Text Example
Text Example
White with #A2D3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D3AA; }
p { color: rgb(162,211,170); }
H1.HeaderClassName
{
color: #A2D3AA;
}
.AnyTagClassName
{
color: #A2D3AA;
}
</style>
background-color css
<style>
a { background-color: #A2D3AA; }
a { background-color: rgb(162,211,170); }
div.DivClassName
{
background-color: #A2D3AA;
}
.BgClassName
{
background-color: #A2D3AA;
}
</style>
border-color css
<style>
span { border-color: #A2D3AA; }
span { border-color: rgb(162,211,170); }
td.TdClassName
{
border-color: #A2D3AA;
}
.TagClassName
{
border-color: #A2D3AA;
}
</style>