Shades of Chinook #A6CDA9
Tints of Chinook #A6CDA9
RGB
CMYK
RGB Variations
Color information
#A6CDA9 (or 0xA6CDA9) is known color: Chinook. HEX triplet: A6, CD and A9. RGB value is (166,205,169). Sum of RGB (Red+Green+Blue) = 166+205+169=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 169 (66.41% from 255 or 31.30% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CDA9 is #593256. Grayscale: #BDBDBD. Windows color (decimal): -5845591 or 11128230. OLE color: 11128230.
HSL color Cylindrical-coordinate representation of color #A6CDA9: hue angle of 124.62º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CDA9 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 205 | 169 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.20 |
| HSL | 124.62º | 0.28% | 0.73% | - |
| HSV(B) | 124.62º | 0.19% | 0.8% | - |
| XYZ | 44.72 | 54.63 | 45.72 | - |
| YUV | 189.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 169 | 0.19 | 0 | 0.18 | 0.20 | 124.62 | 0.28 | 0.73 |
| Hex | A6 | CD | A9 | 13 | 0 | 12 | 14 | 7D | 1C | 49 |
| Octal | 246 | 315 | 251 | 23 | 0 | 22 | 24 | 175 | 34 | 111 |
| Binary | 10100110 | 11001101 | 10101001 | 10011 | 0 | 10010 | 10100 | 1111101 | 11100 | 1001001 |
Color Harmonies of #A6CDA9
Complementary color
Monochromatic Colors of #A6CDA9
Black with #A6CDA9
Text Example
Text Example
White with #A6CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDA9; }
p { color: rgb(166,205,169); }
H1.HeaderClassName
{
color: #A6CDA9;
}
.AnyTagClassName
{
color: #A6CDA9;
}
</style>
background-color css
<style>
a { background-color: #A6CDA9; }
a { background-color: rgb(166,205,169); }
div.DivClassName
{
background-color: #A6CDA9;
}
.BgClassName
{
background-color: #A6CDA9;
}
</style>
border-color css
<style>
span { border-color: #A6CDA9; }
span { border-color: rgb(166,205,169); }
td.TdClassName
{
border-color: #A6CDA9;
}
.TagClassName
{
border-color: #A6CDA9;
}
</style>