Shades of Chinook #A2DCAA
Tints of Chinook #A2DCAA
RGB
CMYK
RGB Variations
Color information
#A2DCAA (or 0xA2DCAA) is known color: Chinook. HEX triplet: A2, DC and AA. RGB value is (162,220,170). Sum of RGB (Red+Green+Blue) = 162+220+170=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DCAA is #5D2355. Grayscale: #C5C5C5. Windows color (decimal): -6103894 or 11197602. OLE color: 11197602.
HSL color Cylindrical-coordinate representation of color #A2DCAA: hue angle of 128.28º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DCAA is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 170 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.14 |
| HSL | 128.28º | 0.45% | 0.75% | - |
| HSV(B) | 128.28º | 0.26% | 0.86% | - |
| XYZ | 47.75 | 61.77 | 47.44 | - |
| YUV | 196.96 | 112.78 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 170 | 0.26 | 0 | 0.23 | 0.14 | 128.28 | 0.45 | 0.75 |
| Hex | A2 | DC | AA | 1A | 0 | 17 | E | 80 | 2D | 4B |
| Octal | 242 | 334 | 252 | 32 | 0 | 27 | 16 | 200 | 55 | 113 |
| Binary | 10100010 | 11011100 | 10101010 | 11010 | 0 | 10111 | 1110 | 10000000 | 101101 | 1001011 |
Color Harmonies of #A2DCAA
Complementary color
Monochromatic Colors of #A2DCAA
Black with #A2DCAA
Text Example
Text Example
White with #A2DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCAA; }
p { color: rgb(162,220,170); }
H1.HeaderClassName
{
color: #A2DCAA;
}
.AnyTagClassName
{
color: #A2DCAA;
}
</style>
background-color css
<style>
a { background-color: #A2DCAA; }
a { background-color: rgb(162,220,170); }
div.DivClassName
{
background-color: #A2DCAA;
}
.BgClassName
{
background-color: #A2DCAA;
}
</style>
border-color css
<style>
span { border-color: #A2DCAA; }
span { border-color: rgb(162,220,170); }
td.TdClassName
{
border-color: #A2DCAA;
}
.TagClassName
{
border-color: #A2DCAA;
}
</style>