Shades of Chinook #A1D3AB
Tints of Chinook #A1D3AB
RGB
CMYK
RGB Variations
Color information
#A1D3AB (or 0xA1D3AB) is known color: Chinook. HEX triplet: A1, D3 and AB. RGB value is (161,211,171). Sum of RGB (Red+Green+Blue) = 161+211+171=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D3AB is #5E2C54. Grayscale: #BFBFBF. Windows color (decimal): -6171733 or 11260833. OLE color: 11260833.
HSL color Cylindrical-coordinate representation of color #A1D3AB: hue angle of 132º 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 #A1D3AB is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 171 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.17 |
| HSL | 132º | 0.36% | 0.73% | - |
| HSV(B) | 132º | 0.24% | 0.83% | - |
| XYZ | 45.34 | 57.11 | 47.16 | - |
| YUV | 191.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 171 | 0.24 | 0 | 0.19 | 0.17 | 132 | 0.36 | 0.73 |
| Hex | A1 | D3 | AB | 18 | 0 | 13 | 11 | 84 | 24 | 49 |
| Octal | 241 | 323 | 253 | 30 | 0 | 23 | 21 | 204 | 44 | 111 |
| Binary | 10100001 | 11010011 | 10101011 | 11000 | 0 | 10011 | 10001 | 10000100 | 100100 | 1001001 |
Color Harmonies of #A1D3AB
Complementary color
Monochromatic Colors of #A1D3AB
Black with #A1D3AB
Text Example
Text Example
White with #A1D3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D3AB; }
p { color: rgb(161,211,171); }
H1.HeaderClassName
{
color: #A1D3AB;
}
.AnyTagClassName
{
color: #A1D3AB;
}
</style>
background-color css
<style>
a { background-color: #A1D3AB; }
a { background-color: rgb(161,211,171); }
div.DivClassName
{
background-color: #A1D3AB;
}
.BgClassName
{
background-color: #A1D3AB;
}
</style>
border-color css
<style>
span { border-color: #A1D3AB; }
span { border-color: rgb(161,211,171); }
td.TdClassName
{
border-color: #A1D3AB;
}
.TagClassName
{
border-color: #A1D3AB;
}
</style>