Shades of Chinook #A1D8AC
Tints of Chinook #A1D8AC
RGB
CMYK
RGB Variations
Color information
#A1D8AC (or 0xA1D8AC) is known color: Chinook. HEX triplet: A1, D8 and AC. RGB value is (161,216,172). Sum of RGB (Red+Green+Blue) = 161+216+172=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D8AC is #5E2753. Grayscale: #C2C2C2. Windows color (decimal): -6170452 or 11327649. OLE color: 11327649.
HSL color Cylindrical-coordinate representation of color #A1D8AC: hue angle of 132º 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 #A1D8AC is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 172 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.15 |
| HSL | 132º | 0.41% | 0.74% | - |
| HSV(B) | 132º | 0.25% | 0.85% | - |
| XYZ | 46.7 | 59.67 | 48.09 | - |
| YUV | 194.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 172 | 0.25 | 0 | 0.20 | 0.15 | 132 | 0.41 | 0.74 |
| Hex | A1 | D8 | AC | 19 | 0 | 14 | F | 84 | 29 | 4A |
| Octal | 241 | 330 | 254 | 31 | 0 | 24 | 17 | 204 | 51 | 112 |
| Binary | 10100001 | 11011000 | 10101100 | 11001 | 0 | 10100 | 1111 | 10000100 | 101001 | 1001010 |
Color Harmonies of #A1D8AC
Complementary color
Monochromatic Colors of #A1D8AC
Black with #A1D8AC
Text Example
Text Example
White with #A1D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D8AC; }
p { color: rgb(161,216,172); }
H1.HeaderClassName
{
color: #A1D8AC;
}
.AnyTagClassName
{
color: #A1D8AC;
}
</style>
background-color css
<style>
a { background-color: #A1D8AC; }
a { background-color: rgb(161,216,172); }
div.DivClassName
{
background-color: #A1D8AC;
}
.BgClassName
{
background-color: #A1D8AC;
}
</style>
border-color css
<style>
span { border-color: #A1D8AC; }
span { border-color: rgb(161,216,172); }
td.TdClassName
{
border-color: #A1D8AC;
}
.TagClassName
{
border-color: #A1D8AC;
}
</style>