Shades of Chinook #A1D1AE
Tints of Chinook #A1D1AE
RGB
CMYK
RGB Variations
Color information
#A1D1AE (or 0xA1D1AE) is known color: Chinook. HEX triplet: A1, D1 and AE. RGB value is (161,209,174). Sum of RGB (Red+Green+Blue) = 161+209+174=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D1AE is #5E2E51. Grayscale: #BEBEBE. Windows color (decimal): -6172242 or 11456929. OLE color: 11456929.
HSL color Cylindrical-coordinate representation of color #A1D1AE: hue angle of 136.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D1AE is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 174 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.18 |
| HSL | 136.25º | 0.34% | 0.73% | - |
| HSV(B) | 136.25º | 0.23% | 0.82% | - |
| XYZ | 45.14 | 56.23 | 48.52 | - |
| YUV | 190.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 174 | 0.23 | 0 | 0.17 | 0.18 | 136.25 | 0.34 | 0.73 |
| Hex | A1 | D1 | AE | 17 | 0 | 11 | 12 | 88 | 22 | 49 |
| Octal | 241 | 321 | 256 | 27 | 0 | 21 | 22 | 210 | 42 | 111 |
| Binary | 10100001 | 11010001 | 10101110 | 10111 | 0 | 10001 | 10010 | 10001000 | 100010 | 1001001 |
Color Harmonies of #A1D1AE
Complementary color
Monochromatic Colors of #A1D1AE
Black with #A1D1AE
Text Example
Text Example
White with #A1D1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D1AE; }
p { color: rgb(161,209,174); }
H1.HeaderClassName
{
color: #A1D1AE;
}
.AnyTagClassName
{
color: #A1D1AE;
}
</style>
background-color css
<style>
a { background-color: #A1D1AE; }
a { background-color: rgb(161,209,174); }
div.DivClassName
{
background-color: #A1D1AE;
}
.BgClassName
{
background-color: #A1D1AE;
}
</style>
border-color css
<style>
span { border-color: #A1D1AE; }
span { border-color: rgb(161,209,174); }
td.TdClassName
{
border-color: #A1D1AE;
}
.TagClassName
{
border-color: #A1D1AE;
}
</style>