Shades of Chinook #A1D3AA
Tints of Chinook #A1D3AA
RGB
CMYK
RGB Variations
Color information
#A1D3AA (or 0xA1D3AA) is known color: Chinook. HEX triplet: A1, D3 and AA. RGB value is (161,211,170). Sum of RGB (Red+Green+Blue) = 161+211+170=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D3AA is #5E2C55. Grayscale: #BFBFBF. Windows color (decimal): -6171734 or 11195297. OLE color: 11195297.
HSL color Cylindrical-coordinate representation of color #A1D3AA: hue angle of 130.8º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D3AA is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 170 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.17 |
| HSL | 130.8º | 0.36% | 0.73% | - |
| HSV(B) | 130.8º | 0.24% | 0.83% | - |
| XYZ | 45.25 | 57.07 | 46.66 | - |
| YUV | 191.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 170 | 0.24 | 0 | 0.19 | 0.17 | 130.8 | 0.36 | 0.73 |
| Hex | A1 | D3 | AA | 18 | 0 | 13 | 11 | 83 | 24 | 49 |
| Octal | 241 | 323 | 252 | 30 | 0 | 23 | 21 | 203 | 44 | 111 |
| Binary | 10100001 | 11010011 | 10101010 | 11000 | 0 | 10011 | 10001 | 10000011 | 100100 | 1001001 |
Color Harmonies of #A1D3AA
Complementary color
Monochromatic Colors of #A1D3AA
Black with #A1D3AA
Text Example
Text Example
White with #A1D3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D3AA; }
p { color: rgb(161,211,170); }
H1.HeaderClassName
{
color: #A1D3AA;
}
.AnyTagClassName
{
color: #A1D3AA;
}
</style>
background-color css
<style>
a { background-color: #A1D3AA; }
a { background-color: rgb(161,211,170); }
div.DivClassName
{
background-color: #A1D3AA;
}
.BgClassName
{
background-color: #A1D3AA;
}
</style>
border-color css
<style>
span { border-color: #A1D3AA; }
span { border-color: rgb(161,211,170); }
td.TdClassName
{
border-color: #A1D3AA;
}
.TagClassName
{
border-color: #A1D3AA;
}
</style>