Shades of Chinook #A1D2AD
Tints of Chinook #A1D2AD
RGB
CMYK
RGB Variations
Color information
#A1D2AD (or 0xA1D2AD) is known color: Chinook. HEX triplet: A1, D2 and AD. RGB value is (161,210,173). Sum of RGB (Red+Green+Blue) = 161+210+173=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D2AD is #5E2D52. Grayscale: #BFBFBF. Windows color (decimal): -6171987 or 11391649. OLE color: 11391649.
HSL color Cylindrical-coordinate representation of color #A1D2AD: hue angle of 134.69º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D2AD is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 173 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.18 |
| HSL | 134.69º | 0.35% | 0.73% | - |
| HSV(B) | 134.69º | 0.23% | 0.82% | - |
| XYZ | 45.29 | 56.69 | 48.09 | - |
| YUV | 191.13 | 117.77 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 173 | 0.23 | 0 | 0.18 | 0.18 | 134.69 | 0.35 | 0.73 |
| Hex | A1 | D2 | AD | 17 | 0 | 12 | 12 | 87 | 23 | 49 |
| Octal | 241 | 322 | 255 | 27 | 0 | 22 | 22 | 207 | 43 | 111 |
| Binary | 10100001 | 11010010 | 10101101 | 10111 | 0 | 10010 | 10010 | 10000111 | 100011 | 1001001 |
Color Harmonies of #A1D2AD
Complementary color
Monochromatic Colors of #A1D2AD
Black with #A1D2AD
Text Example
Text Example
White with #A1D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D2AD; }
p { color: rgb(161,210,173); }
H1.HeaderClassName
{
color: #A1D2AD;
}
.AnyTagClassName
{
color: #A1D2AD;
}
</style>
background-color css
<style>
a { background-color: #A1D2AD; }
a { background-color: rgb(161,210,173); }
div.DivClassName
{
background-color: #A1D2AD;
}
.BgClassName
{
background-color: #A1D2AD;
}
</style>
border-color css
<style>
span { border-color: #A1D2AD; }
span { border-color: rgb(161,210,173); }
td.TdClassName
{
border-color: #A1D2AD;
}
.TagClassName
{
border-color: #A1D2AD;
}
</style>