Shades of Chinook #A2D0AC
Tints of Chinook #A2D0AC
RGB
CMYK
RGB Variations
Color information
#A2D0AC (or 0xA2D0AC) is known color: Chinook. HEX triplet: A2, D0 and AC. RGB value is (162,208,172). Sum of RGB (Red+Green+Blue) = 162+208+172=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D0AC is #5D2F53. Grayscale: #BEBEBE. Windows color (decimal): -6106964 or 11325602. OLE color: 11325602.
HSL color Cylindrical-coordinate representation of color #A2D0AC: hue angle of 133.04º degrees, saturation: 0.33, 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 #A2D0AC is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 172 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.18 |
| HSL | 133.04º | 0.33% | 0.73% | - |
| HSV(B) | 133.04º | 0.22% | 0.82% | - |
| XYZ | 44.9 | 55.77 | 47.43 | - |
| YUV | 190.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 172 | 0.22 | 0 | 0.17 | 0.18 | 133.04 | 0.33 | 0.73 |
| Hex | A2 | D0 | AC | 16 | 0 | 11 | 12 | 85 | 21 | 49 |
| Octal | 242 | 320 | 254 | 26 | 0 | 21 | 22 | 205 | 41 | 111 |
| Binary | 10100010 | 11010000 | 10101100 | 10110 | 0 | 10001 | 10010 | 10000101 | 100001 | 1001001 |
Color Harmonies of #A2D0AC
Complementary color
Monochromatic Colors of #A2D0AC
Black with #A2D0AC
Text Example
Text Example
White with #A2D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D0AC; }
p { color: rgb(162,208,172); }
H1.HeaderClassName
{
color: #A2D0AC;
}
.AnyTagClassName
{
color: #A2D0AC;
}
</style>
background-color css
<style>
a { background-color: #A2D0AC; }
a { background-color: rgb(162,208,172); }
div.DivClassName
{
background-color: #A2D0AC;
}
.BgClassName
{
background-color: #A2D0AC;
}
</style>
border-color css
<style>
span { border-color: #A2D0AC; }
span { border-color: rgb(162,208,172); }
td.TdClassName
{
border-color: #A2D0AC;
}
.TagClassName
{
border-color: #A2D0AC;
}
</style>