Shades of Chinook #A1D8A8
Tints of Chinook #A1D8A8
RGB
CMYK
RGB Variations
Color information
#A1D8A8 (or 0xA1D8A8) is known color: Chinook. HEX triplet: A1, D8 and A8. RGB value is (161,216,168). Sum of RGB (Red+Green+Blue) = 161+216+168=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D8A8 is #5E2757. Grayscale: #C2C2C2. Windows color (decimal): -6170456 or 11065505. OLE color: 11065505.
HSL color Cylindrical-coordinate representation of color #A1D8A8: hue angle of 127.64º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D8A8 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 168 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.15 |
| HSL | 127.64º | 0.41% | 0.74% | - |
| HSV(B) | 127.64º | 0.25% | 0.85% | - |
| XYZ | 46.32 | 59.52 | 46.09 | - |
| YUV | 194.08 | 113.28 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 168 | 0.25 | 0 | 0.22 | 0.15 | 127.64 | 0.41 | 0.74 |
| Hex | A1 | D8 | A8 | 19 | 0 | 16 | F | 80 | 29 | 4A |
| Octal | 241 | 330 | 250 | 31 | 0 | 26 | 17 | 200 | 51 | 112 |
| Binary | 10100001 | 11011000 | 10101000 | 11001 | 0 | 10110 | 1111 | 10000000 | 101001 | 1001010 |
Color Harmonies of #A1D8A8
Complementary color
Monochromatic Colors of #A1D8A8
Black with #A1D8A8
Text Example
Text Example
White with #A1D8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D8A8; }
p { color: rgb(161,216,168); }
H1.HeaderClassName
{
color: #A1D8A8;
}
.AnyTagClassName
{
color: #A1D8A8;
}
</style>
background-color css
<style>
a { background-color: #A1D8A8; }
a { background-color: rgb(161,216,168); }
div.DivClassName
{
background-color: #A1D8A8;
}
.BgClassName
{
background-color: #A1D8A8;
}
</style>
border-color css
<style>
span { border-color: #A1D8A8; }
span { border-color: rgb(161,216,168); }
td.TdClassName
{
border-color: #A1D8A8;
}
.TagClassName
{
border-color: #A1D8A8;
}
</style>