Shades of Chinook #A2D1AE
Tints of Chinook #A2D1AE
RGB
CMYK
RGB Variations
Color information
#A2D1AE (or 0xA2D1AE) is known color: Chinook. HEX triplet: A2, D1 and AE. RGB value is (162,209,174). Sum of RGB (Red+Green+Blue) = 162+209+174=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D1AE is #5D2E51. Grayscale: #BFBFBF. Windows color (decimal): -6106706 or 11456930. OLE color: 11456930.
HSL color Cylindrical-coordinate representation of color #A2D1AE: hue angle of 135.32º 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 #A2D1AE is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 174 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.18 |
| HSL | 135.32º | 0.34% | 0.73% | - |
| HSV(B) | 135.32º | 0.22% | 0.82% | - |
| XYZ | 45.34 | 56.34 | 48.53 | - |
| YUV | 190.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 174 | 0.22 | 0 | 0.17 | 0.18 | 135.32 | 0.34 | 0.73 |
| Hex | A2 | D1 | AE | 16 | 0 | 11 | 12 | 87 | 22 | 49 |
| Octal | 242 | 321 | 256 | 26 | 0 | 21 | 22 | 207 | 42 | 111 |
| Binary | 10100010 | 11010001 | 10101110 | 10110 | 0 | 10001 | 10010 | 10000111 | 100010 | 1001001 |
Color Harmonies of #A2D1AE
Complementary color
Monochromatic Colors of #A2D1AE
Black with #A2D1AE
Text Example
Text Example
White with #A2D1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D1AE; }
p { color: rgb(162,209,174); }
H1.HeaderClassName
{
color: #A2D1AE;
}
.AnyTagClassName
{
color: #A2D1AE;
}
</style>
background-color css
<style>
a { background-color: #A2D1AE; }
a { background-color: rgb(162,209,174); }
div.DivClassName
{
background-color: #A2D1AE;
}
.BgClassName
{
background-color: #A2D1AE;
}
</style>
border-color css
<style>
span { border-color: #A2D1AE; }
span { border-color: rgb(162,209,174); }
td.TdClassName
{
border-color: #A2D1AE;
}
.TagClassName
{
border-color: #A2D1AE;
}
</style>