Shades of Chinook #A1D1AA
Tints of Chinook #A1D1AA
RGB
CMYK
RGB Variations
Color information
#A1D1AA (or 0xA1D1AA) is known color: Chinook. HEX triplet: A1, D1 and AA. RGB value is (161,209,170). Sum of RGB (Red+Green+Blue) = 161+209+170=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D1AA is #5E2E55. Grayscale: #BEBEBE. Windows color (decimal): -6172246 or 11194785. OLE color: 11194785.
HSL color Cylindrical-coordinate representation of color #A1D1AA: hue angle of 131.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 #A1D1AA is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 170 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.18 |
| HSL | 131.25º | 0.34% | 0.73% | - |
| HSV(B) | 131.25º | 0.23% | 0.82% | - |
| XYZ | 44.75 | 56.08 | 46.5 | - |
| YUV | 190.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 170 | 0.23 | 0 | 0.19 | 0.18 | 131.25 | 0.34 | 0.73 |
| Hex | A1 | D1 | AA | 17 | 0 | 13 | 12 | 83 | 22 | 49 |
| Octal | 241 | 321 | 252 | 27 | 0 | 23 | 22 | 203 | 42 | 111 |
| Binary | 10100001 | 11010001 | 10101010 | 10111 | 0 | 10011 | 10010 | 10000011 | 100010 | 1001001 |
Color Harmonies of #A1D1AA
Complementary color
Monochromatic Colors of #A1D1AA
Black with #A1D1AA
Text Example
Text Example
White with #A1D1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D1AA; }
p { color: rgb(161,209,170); }
H1.HeaderClassName
{
color: #A1D1AA;
}
.AnyTagClassName
{
color: #A1D1AA;
}
</style>
background-color css
<style>
a { background-color: #A1D1AA; }
a { background-color: rgb(161,209,170); }
div.DivClassName
{
background-color: #A1D1AA;
}
.BgClassName
{
background-color: #A1D1AA;
}
</style>
border-color css
<style>
span { border-color: #A1D1AA; }
span { border-color: rgb(161,209,170); }
td.TdClassName
{
border-color: #A1D1AA;
}
.TagClassName
{
border-color: #A1D1AA;
}
</style>