Shades of Chinook #A1C4A8
Tints of Chinook #A1C4A8
RGB
CMYK
RGB Variations
Color information
#A1C4A8 (or 0xA1C4A8) is known color: Chinook. HEX triplet: A1, C4 and A8. RGB value is (161,196,168). Sum of RGB (Red+Green+Blue) = 161+196+168=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C4A8 is #5E3B57. Grayscale: #B6B6B6. Windows color (decimal): -6175576 or 11060385. OLE color: 11060385.
HSL color Cylindrical-coordinate representation of color #A1C4A8: hue angle of 132º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1C4A8 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 168 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.23 |
| HSL | 132º | 0.23% | 0.7% | - |
| HSV(B) | 132º | 0.18% | 0.77% | - |
| XYZ | 41.51 | 49.88 | 44.49 | - |
| YUV | 182.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 168 | 0.18 | 0 | 0.14 | 0.23 | 132 | 0.23 | 0.7 |
| Hex | A1 | C4 | A8 | 12 | 0 | E | 17 | 84 | 17 | 46 |
| Octal | 241 | 304 | 250 | 22 | 0 | 16 | 27 | 204 | 27 | 106 |
| Binary | 10100001 | 11000100 | 10101000 | 10010 | 0 | 1110 | 10111 | 10000100 | 10111 | 1000110 |
Color Harmonies of #A1C4A8
Complementary color
Monochromatic Colors of #A1C4A8
Black with #A1C4A8
Text Example
Text Example
White with #A1C4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C4A8; }
p { color: rgb(161,196,168); }
H1.HeaderClassName
{
color: #A1C4A8;
}
.AnyTagClassName
{
color: #A1C4A8;
}
</style>
background-color css
<style>
a { background-color: #A1C4A8; }
a { background-color: rgb(161,196,168); }
div.DivClassName
{
background-color: #A1C4A8;
}
.BgClassName
{
background-color: #A1C4A8;
}
</style>
border-color css
<style>
span { border-color: #A1C4A8; }
span { border-color: rgb(161,196,168); }
td.TdClassName
{
border-color: #A1C4A8;
}
.TagClassName
{
border-color: #A1C4A8;
}
</style>