Shades of Chinook #A1D9AD
Tints of Chinook #A1D9AD
RGB
CMYK
RGB Variations
Color information
#A1D9AD (or 0xA1D9AD) is known color: Chinook. HEX triplet: A1, D9 and AD. RGB value is (161,217,173). Sum of RGB (Red+Green+Blue) = 161+217+173=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D9AD is #5E2652. Grayscale: #C3C3C3. Windows color (decimal): -6170195 or 11393441. OLE color: 11393441.
HSL color Cylindrical-coordinate representation of color #A1D9AD: hue angle of 132.86º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1D9AD is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 173 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.15 |
| HSL | 132.86º | 0.42% | 0.74% | - |
| HSV(B) | 132.86º | 0.26% | 0.85% | - |
| XYZ | 47.05 | 60.22 | 48.68 | - |
| YUV | 195.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 173 | 0.26 | 0 | 0.20 | 0.15 | 132.86 | 0.42 | 0.74 |
| Hex | A1 | D9 | AD | 1A | 0 | 14 | F | 85 | 2A | 4A |
| Octal | 241 | 331 | 255 | 32 | 0 | 24 | 17 | 205 | 52 | 112 |
| Binary | 10100001 | 11011001 | 10101101 | 11010 | 0 | 10100 | 1111 | 10000101 | 101010 | 1001010 |
Color Harmonies of #A1D9AD
Complementary color
Monochromatic Colors of #A1D9AD
Black with #A1D9AD
Text Example
Text Example
White with #A1D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D9AD; }
p { color: rgb(161,217,173); }
H1.HeaderClassName
{
color: #A1D9AD;
}
.AnyTagClassName
{
color: #A1D9AD;
}
</style>
background-color css
<style>
a { background-color: #A1D9AD; }
a { background-color: rgb(161,217,173); }
div.DivClassName
{
background-color: #A1D9AD;
}
.BgClassName
{
background-color: #A1D9AD;
}
</style>
border-color css
<style>
span { border-color: #A1D9AD; }
span { border-color: rgb(161,217,173); }
td.TdClassName
{
border-color: #A1D9AD;
}
.TagClassName
{
border-color: #A1D9AD;
}
</style>