Shades of Chinook #A2D2AA
Tints of Chinook #A2D2AA
RGB
CMYK
RGB Variations
Color information
#A2D2AA (or 0xA2D2AA) is known color: Chinook. HEX triplet: A2, D2 and AA. RGB value is (162,210,170). Sum of RGB (Red+Green+Blue) = 162+210+170=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D2AA is #5D2D55. Grayscale: #BFBFBF. Windows color (decimal): -6106454 or 11195042. OLE color: 11195042.
HSL color Cylindrical-coordinate representation of color #A2D2AA: hue angle of 130º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2D2AA is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 170 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.18 |
| HSL | 130º | 0.35% | 0.73% | - |
| HSV(B) | 130º | 0.23% | 0.82% | - |
| XYZ | 45.2 | 56.68 | 46.59 | - |
| YUV | 191.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 170 | 0.23 | 0 | 0.19 | 0.18 | 130 | 0.35 | 0.73 |
| Hex | A2 | D2 | AA | 17 | 0 | 13 | 12 | 82 | 23 | 49 |
| Octal | 242 | 322 | 252 | 27 | 0 | 23 | 22 | 202 | 43 | 111 |
| Binary | 10100010 | 11010010 | 10101010 | 10111 | 0 | 10011 | 10010 | 10000010 | 100011 | 1001001 |
Color Harmonies of #A2D2AA
Complementary color
Monochromatic Colors of #A2D2AA
Black with #A2D2AA
Text Example
Text Example
White with #A2D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D2AA; }
p { color: rgb(162,210,170); }
H1.HeaderClassName
{
color: #A2D2AA;
}
.AnyTagClassName
{
color: #A2D2AA;
}
</style>
background-color css
<style>
a { background-color: #A2D2AA; }
a { background-color: rgb(162,210,170); }
div.DivClassName
{
background-color: #A2D2AA;
}
.BgClassName
{
background-color: #A2D2AA;
}
</style>
border-color css
<style>
span { border-color: #A2D2AA; }
span { border-color: rgb(162,210,170); }
td.TdClassName
{
border-color: #A2D2AA;
}
.TagClassName
{
border-color: #A2D2AA;
}
</style>