Shades of Chinook #A1CAA9
Tints of Chinook #A1CAA9
RGB
CMYK
RGB Variations
Color information
#A1CAA9 (or 0xA1CAA9) is known color: Chinook. HEX triplet: A1, CA and A9. RGB value is (161,202,169). Sum of RGB (Red+Green+Blue) = 161+202+169=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CAA9 is #5E3556. Grayscale: #BABABA. Windows color (decimal): -6174039 or 11127457. OLE color: 11127457.
HSL color Cylindrical-coordinate representation of color #A1CAA9: hue angle of 131.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1CAA9 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 169 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.21 |
| HSL | 131.71º | 0.28% | 0.71% | - |
| HSV(B) | 131.71º | 0.2% | 0.79% | - |
| XYZ | 42.98 | 52.68 | 45.44 | - |
| YUV | 185.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 169 | 0.20 | 0 | 0.16 | 0.21 | 131.71 | 0.28 | 0.71 |
| Hex | A1 | CA | A9 | 14 | 0 | 10 | 15 | 84 | 1C | 47 |
| Octal | 241 | 312 | 251 | 24 | 0 | 20 | 25 | 204 | 34 | 107 |
| Binary | 10100001 | 11001010 | 10101001 | 10100 | 0 | 10000 | 10101 | 10000100 | 11100 | 1000111 |
Color Harmonies of #A1CAA9
Complementary color
Monochromatic Colors of #A1CAA9
Black with #A1CAA9
Text Example
Text Example
White with #A1CAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CAA9; }
p { color: rgb(161,202,169); }
H1.HeaderClassName
{
color: #A1CAA9;
}
.AnyTagClassName
{
color: #A1CAA9;
}
</style>
background-color css
<style>
a { background-color: #A1CAA9; }
a { background-color: rgb(161,202,169); }
div.DivClassName
{
background-color: #A1CAA9;
}
.BgClassName
{
background-color: #A1CAA9;
}
</style>
border-color css
<style>
span { border-color: #A1CAA9; }
span { border-color: rgb(161,202,169); }
td.TdClassName
{
border-color: #A1CAA9;
}
.TagClassName
{
border-color: #A1CAA9;
}
</style>