Shades of Chinook #A1D8A5
Tints of Chinook #A1D8A5
RGB
CMYK
RGB Variations
Color information
#A1D8A5 (or 0xA1D8A5) is known color: Chinook. HEX triplet: A1, D8 and A5. RGB value is (161,216,165). Sum of RGB (Red+Green+Blue) = 161+216+165=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D8A5 is #5E275A. Grayscale: #C1C1C1. Windows color (decimal): -6170459 or 10868897. OLE color: 10868897.
HSL color Cylindrical-coordinate representation of color #A1D8A5: hue angle of 124.36º 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 #A1D8A5 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 165 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.15 |
| HSL | 124.36º | 0.41% | 0.74% | - |
| HSV(B) | 124.36º | 0.25% | 0.85% | - |
| XYZ | 46.05 | 59.41 | 44.64 | - |
| YUV | 193.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 165 | 0.25 | 0 | 0.24 | 0.15 | 124.36 | 0.41 | 0.74 |
| Hex | A1 | D8 | A5 | 19 | 0 | 18 | F | 7C | 29 | 4A |
| Octal | 241 | 330 | 245 | 31 | 0 | 30 | 17 | 174 | 51 | 112 |
| Binary | 10100001 | 11011000 | 10100101 | 11001 | 0 | 11000 | 1111 | 1111100 | 101001 | 1001010 |
Color Harmonies of #A1D8A5
Complementary color
Monochromatic Colors of #A1D8A5
Black with #A1D8A5
Text Example
Text Example
White with #A1D8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D8A5; }
p { color: rgb(161,216,165); }
H1.HeaderClassName
{
color: #A1D8A5;
}
.AnyTagClassName
{
color: #A1D8A5;
}
</style>
background-color css
<style>
a { background-color: #A1D8A5; }
a { background-color: rgb(161,216,165); }
div.DivClassName
{
background-color: #A1D8A5;
}
.BgClassName
{
background-color: #A1D8A5;
}
</style>
border-color css
<style>
span { border-color: #A1D8A5; }
span { border-color: rgb(161,216,165); }
td.TdClassName
{
border-color: #A1D8A5;
}
.TagClassName
{
border-color: #A1D8A5;
}
</style>