Shades of Chinook #A2D0A8
Tints of Chinook #A2D0A8
RGB
CMYK
RGB Variations
Color information
#A2D0A8 (or 0xA2D0A8) is known color: Chinook. HEX triplet: A2, D0 and A8. RGB value is (162,208,168). Sum of RGB (Red+Green+Blue) = 162+208+168=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D0A8 is #5D2F57. Grayscale: #BDBDBD. Windows color (decimal): -6106968 or 11063458. OLE color: 11063458.
HSL color Cylindrical-coordinate representation of color #A2D0A8: hue angle of 127.83º 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 #A2D0A8 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 168 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.18 |
| HSL | 127.83º | 0.33% | 0.73% | - |
| HSV(B) | 127.83º | 0.22% | 0.82% | - |
| XYZ | 44.52 | 55.62 | 45.43 | - |
| YUV | 189.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 168 | 0.22 | 0 | 0.19 | 0.18 | 127.83 | 0.33 | 0.73 |
| Hex | A2 | D0 | A8 | 16 | 0 | 13 | 12 | 80 | 21 | 49 |
| Octal | 242 | 320 | 250 | 26 | 0 | 23 | 22 | 200 | 41 | 111 |
| Binary | 10100010 | 11010000 | 10101000 | 10110 | 0 | 10011 | 10010 | 10000000 | 100001 | 1001001 |
Color Harmonies of #A2D0A8
Complementary color
Monochromatic Colors of #A2D0A8
Black with #A2D0A8
Text Example
Text Example
White with #A2D0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D0A8; }
p { color: rgb(162,208,168); }
H1.HeaderClassName
{
color: #A2D0A8;
}
.AnyTagClassName
{
color: #A2D0A8;
}
</style>
background-color css
<style>
a { background-color: #A2D0A8; }
a { background-color: rgb(162,208,168); }
div.DivClassName
{
background-color: #A2D0A8;
}
.BgClassName
{
background-color: #A2D0A8;
}
</style>
border-color css
<style>
span { border-color: #A2D0A8; }
span { border-color: rgb(162,208,168); }
td.TdClassName
{
border-color: #A2D0A8;
}
.TagClassName
{
border-color: #A2D0A8;
}
</style>