Shades of Chinook #A0D1AE
Tints of Chinook #A0D1AE
RGB
CMYK
RGB Variations
Color information
#A0D1AE (or 0xA0D1AE) is known color: Chinook. HEX triplet: A0, D1 and AE. RGB value is (160,209,174). Sum of RGB (Red+Green+Blue) = 160+209+174=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D1AE is #5F2E51. Grayscale: #BEBEBE. Windows color (decimal): -6237778 or 11456928. OLE color: 11456928.
HSL color Cylindrical-coordinate representation of color #A0D1AE: hue angle of 137.14º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D1AE is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 174 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.18 |
| HSL | 137.14º | 0.35% | 0.72% | - |
| HSV(B) | 137.14º | 0.23% | 0.82% | - |
| XYZ | 44.94 | 56.13 | 48.51 | - |
| YUV | 190.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 174 | 0.23 | 0 | 0.17 | 0.18 | 137.14 | 0.35 | 0.72 |
| Hex | A0 | D1 | AE | 17 | 0 | 11 | 12 | 89 | 23 | 48 |
| Octal | 240 | 321 | 256 | 27 | 0 | 21 | 22 | 211 | 43 | 110 |
| Binary | 10100000 | 11010001 | 10101110 | 10111 | 0 | 10001 | 10010 | 10001001 | 100011 | 1001000 |
Color Harmonies of #A0D1AE
Complementary color
Monochromatic Colors of #A0D1AE
Black with #A0D1AE
Text Example
Text Example
White with #A0D1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D1AE; }
p { color: rgb(160,209,174); }
H1.HeaderClassName
{
color: #A0D1AE;
}
.AnyTagClassName
{
color: #A0D1AE;
}
</style>
background-color css
<style>
a { background-color: #A0D1AE; }
a { background-color: rgb(160,209,174); }
div.DivClassName
{
background-color: #A0D1AE;
}
.BgClassName
{
background-color: #A0D1AE;
}
</style>
border-color css
<style>
span { border-color: #A0D1AE; }
span { border-color: rgb(160,209,174); }
td.TdClassName
{
border-color: #A0D1AE;
}
.TagClassName
{
border-color: #A0D1AE;
}
</style>