Shades of Chinook #A1D5AC
Tints of Chinook #A1D5AC
RGB
CMYK
RGB Variations
Color information
#A1D5AC (or 0xA1D5AC) is known color: Chinook. HEX triplet: A1, D5 and AC. RGB value is (161,213,172). Sum of RGB (Red+Green+Blue) = 161+213+172=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D5AC is #5E2A53. Grayscale: #C0C0C0. Windows color (decimal): -6171220 or 11326881. OLE color: 11326881.
HSL color Cylindrical-coordinate representation of color #A1D5AC: hue angle of 132.69º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D5AC is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 172 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.16 |
| HSL | 132.69º | 0.38% | 0.73% | - |
| HSV(B) | 132.69º | 0.24% | 0.84% | - |
| XYZ | 45.94 | 58.14 | 47.83 | - |
| YUV | 192.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 172 | 0.24 | 0 | 0.19 | 0.16 | 132.69 | 0.38 | 0.73 |
| Hex | A1 | D5 | AC | 18 | 0 | 13 | 10 | 85 | 26 | 49 |
| Octal | 241 | 325 | 254 | 30 | 0 | 23 | 20 | 205 | 46 | 111 |
| Binary | 10100001 | 11010101 | 10101100 | 11000 | 0 | 10011 | 10000 | 10000101 | 100110 | 1001001 |
Color Harmonies of #A1D5AC
Complementary color
Monochromatic Colors of #A1D5AC
Black with #A1D5AC
Text Example
Text Example
White with #A1D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D5AC; }
p { color: rgb(161,213,172); }
H1.HeaderClassName
{
color: #A1D5AC;
}
.AnyTagClassName
{
color: #A1D5AC;
}
</style>
background-color css
<style>
a { background-color: #A1D5AC; }
a { background-color: rgb(161,213,172); }
div.DivClassName
{
background-color: #A1D5AC;
}
.BgClassName
{
background-color: #A1D5AC;
}
</style>
border-color css
<style>
span { border-color: #A1D5AC; }
span { border-color: rgb(161,213,172); }
td.TdClassName
{
border-color: #A1D5AC;
}
.TagClassName
{
border-color: #A1D5AC;
}
</style>