Shades of Chinook #A1C7A6
Tints of Chinook #A1C7A6
RGB
CMYK
RGB Variations
Color information
#A1C7A6 (or 0xA1C7A6) is known color: Chinook. HEX triplet: A1, C7 and A6. RGB value is (161,199,166). Sum of RGB (Red+Green+Blue) = 161+199+166=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C7A6 is #5E3859. Grayscale: #B7B7B7. Windows color (decimal): -6174810 or 10930081. OLE color: 10930081.
HSL color Cylindrical-coordinate representation of color #A1C7A6: hue angle of 127.89º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1C7A6 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 199 | 166 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.22 |
| HSL | 127.89º | 0.25% | 0.71% | - |
| HSV(B) | 127.89º | 0.19% | 0.78% | - |
| XYZ | 42 | 51.18 | 43.74 | - |
| YUV | 183.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 166 | 0.19 | 0 | 0.17 | 0.22 | 127.89 | 0.25 | 0.71 |
| Hex | A1 | C7 | A6 | 13 | 0 | 11 | 16 | 80 | 19 | 47 |
| Octal | 241 | 307 | 246 | 23 | 0 | 21 | 26 | 200 | 31 | 107 |
| Binary | 10100001 | 11000111 | 10100110 | 10011 | 0 | 10001 | 10110 | 10000000 | 11001 | 1000111 |
Color Harmonies of #A1C7A6
Complementary color
Monochromatic Colors of #A1C7A6
Black with #A1C7A6
Text Example
Text Example
White with #A1C7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C7A6; }
p { color: rgb(161,199,166); }
H1.HeaderClassName
{
color: #A1C7A6;
}
.AnyTagClassName
{
color: #A1C7A6;
}
</style>
background-color css
<style>
a { background-color: #A1C7A6; }
a { background-color: rgb(161,199,166); }
div.DivClassName
{
background-color: #A1C7A6;
}
.BgClassName
{
background-color: #A1C7A6;
}
</style>
border-color css
<style>
span { border-color: #A1C7A6; }
span { border-color: rgb(161,199,166); }
td.TdClassName
{
border-color: #A1C7A6;
}
.TagClassName
{
border-color: #A1C7A6;
}
</style>