Shades of Chinook #A0C5A1
Tints of Chinook #A0C5A1
RGB
CMYK
RGB Variations
Color information
#A0C5A1 (or 0xA0C5A1) is known color: Chinook. HEX triplet: A0, C5 and A1. RGB value is (160,197,161). Sum of RGB (Red+Green+Blue) = 160+197+161=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C5A1 is #5F3A5E. Grayscale: #B5B5B5. Windows color (decimal): -6240863 or 10601888. OLE color: 10601888.
HSL color Cylindrical-coordinate representation of color #A0C5A1: hue angle of 121.62º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0C5A1 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 161 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.23 |
| HSL | 121.62º | 0.24% | 0.7% | - |
| HSV(B) | 121.62º | 0.19% | 0.77% | - |
| XYZ | 40.9 | 49.98 | 41.21 | - |
| YUV | 181.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 161 | 0.19 | 0 | 0.18 | 0.23 | 121.62 | 0.24 | 0.7 |
| Hex | A0 | C5 | A1 | 13 | 0 | 12 | 17 | 7A | 18 | 46 |
| Octal | 240 | 305 | 241 | 23 | 0 | 22 | 27 | 172 | 30 | 106 |
| Binary | 10100000 | 11000101 | 10100001 | 10011 | 0 | 10010 | 10111 | 1111010 | 11000 | 1000110 |
Color Harmonies of #A0C5A1
Complementary color
Monochromatic Colors of #A0C5A1
Black with #A0C5A1
Text Example
Text Example
White with #A0C5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C5A1; }
p { color: rgb(160,197,161); }
H1.HeaderClassName
{
color: #A0C5A1;
}
.AnyTagClassName
{
color: #A0C5A1;
}
</style>
background-color css
<style>
a { background-color: #A0C5A1; }
a { background-color: rgb(160,197,161); }
div.DivClassName
{
background-color: #A0C5A1;
}
.BgClassName
{
background-color: #A0C5A1;
}
</style>
border-color css
<style>
span { border-color: #A0C5A1; }
span { border-color: rgb(160,197,161); }
td.TdClassName
{
border-color: #A0C5A1;
}
.TagClassName
{
border-color: #A0C5A1;
}
</style>