Shades of Chinook #A1D4AD
Tints of Chinook #A1D4AD
RGB
CMYK
RGB Variations
Color information
#A1D4AD (or 0xA1D4AD) is known color: Chinook. HEX triplet: A1, D4 and AD. RGB value is (161,212,173). Sum of RGB (Red+Green+Blue) = 161+212+173=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D4AD is #5E2B52. Grayscale: #C0C0C0. Windows color (decimal): -6171475 or 11392161. OLE color: 11392161.
HSL color Cylindrical-coordinate representation of color #A1D4AD: hue angle of 134.12º degrees, saturation: 0.37, 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 #A1D4AD is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 212 | 173 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.17 |
| HSL | 134.12º | 0.37% | 0.73% | - |
| HSV(B) | 134.12º | 0.24% | 0.83% | - |
| XYZ | 45.78 | 57.68 | 48.26 | - |
| YUV | 192.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 212 | 173 | 0.24 | 0 | 0.18 | 0.17 | 134.12 | 0.37 | 0.73 |
| Hex | A1 | D4 | AD | 18 | 0 | 12 | 11 | 86 | 25 | 49 |
| Octal | 241 | 324 | 255 | 30 | 0 | 22 | 21 | 206 | 45 | 111 |
| Binary | 10100001 | 11010100 | 10101101 | 11000 | 0 | 10010 | 10001 | 10000110 | 100101 | 1001001 |
Color Harmonies of #A1D4AD
Complementary color
Monochromatic Colors of #A1D4AD
Black with #A1D4AD
Text Example
Text Example
White with #A1D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D4AD; }
p { color: rgb(161,212,173); }
H1.HeaderClassName
{
color: #A1D4AD;
}
.AnyTagClassName
{
color: #A1D4AD;
}
</style>
background-color css
<style>
a { background-color: #A1D4AD; }
a { background-color: rgb(161,212,173); }
div.DivClassName
{
background-color: #A1D4AD;
}
.BgClassName
{
background-color: #A1D4AD;
}
</style>
border-color css
<style>
span { border-color: #A1D4AD; }
span { border-color: rgb(161,212,173); }
td.TdClassName
{
border-color: #A1D4AD;
}
.TagClassName
{
border-color: #A1D4AD;
}
</style>