Shades of Chinook #A2D6AC
Tints of Chinook #A2D6AC
RGB
CMYK
RGB Variations
Color information
#A2D6AC (or 0xA2D6AC) is known color: Chinook. HEX triplet: A2, D6 and AC. RGB value is (162,214,172). Sum of RGB (Red+Green+Blue) = 162+214+172=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D6AC is #5D2953. Grayscale: #C1C1C1. Windows color (decimal): -6105428 or 11327138. OLE color: 11327138.
HSL color Cylindrical-coordinate representation of color #A2D6AC: hue angle of 131.54º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2D6AC is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 172 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.16 |
| HSL | 131.54º | 0.39% | 0.74% | - |
| HSV(B) | 131.54º | 0.24% | 0.84% | - |
| XYZ | 46.39 | 58.75 | 47.93 | - |
| YUV | 193.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 172 | 0.24 | 0 | 0.20 | 0.16 | 131.54 | 0.39 | 0.74 |
| Hex | A2 | D6 | AC | 18 | 0 | 14 | 10 | 84 | 27 | 4A |
| Octal | 242 | 326 | 254 | 30 | 0 | 24 | 20 | 204 | 47 | 112 |
| Binary | 10100010 | 11010110 | 10101100 | 11000 | 0 | 10100 | 10000 | 10000100 | 100111 | 1001010 |
Color Harmonies of #A2D6AC
Complementary color
Monochromatic Colors of #A2D6AC
Black with #A2D6AC
Text Example
Text Example
White with #A2D6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D6AC; }
p { color: rgb(162,214,172); }
H1.HeaderClassName
{
color: #A2D6AC;
}
.AnyTagClassName
{
color: #A2D6AC;
}
</style>
background-color css
<style>
a { background-color: #A2D6AC; }
a { background-color: rgb(162,214,172); }
div.DivClassName
{
background-color: #A2D6AC;
}
.BgClassName
{
background-color: #A2D6AC;
}
</style>
border-color css
<style>
span { border-color: #A2D6AC; }
span { border-color: rgb(162,214,172); }
td.TdClassName
{
border-color: #A2D6AC;
}
.TagClassName
{
border-color: #A2D6AC;
}
</style>