Shades of Chinook #A6CCA8
Tints of Chinook #A6CCA8
RGB
CMYK
RGB Variations
Color information
#A6CCA8 (or 0xA6CCA8) is known color: Chinook. HEX triplet: A6, CC and A8. RGB value is (166,204,168). Sum of RGB (Red+Green+Blue) = 166+204+168=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CCA8 is #593357. Grayscale: #BCBCBC. Windows color (decimal): -5845848 or 11062438. OLE color: 11062438.
HSL color Cylindrical-coordinate representation of color #A6CCA8: hue angle of 123.16º degrees, saturation: 0.27, 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 #A6CCA8 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 168 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.2 |
| HSL | 123.16º | 0.27% | 0.73% | - |
| HSV(B) | 123.16º | 0.19% | 0.8% | - |
| XYZ | 44.39 | 54.12 | 45.15 | - |
| YUV | 188.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 168 | 0.19 | 0 | 0.18 | 0.2 | 123.16 | 0.27 | 0.73 |
| Hex | A6 | CC | A8 | 13 | 0 | 12 | 14 | 7B | 1B | 49 |
| Octal | 246 | 314 | 250 | 23 | 0 | 22 | 24 | 173 | 33 | 111 |
| Binary | 10100110 | 11001100 | 10101000 | 10011 | 0 | 10010 | 10100 | 1111011 | 11011 | 1001001 |
Color Harmonies of #A6CCA8
Complementary color
Monochromatic Colors of #A6CCA8
Black with #A6CCA8
Text Example
Text Example
White with #A6CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CCA8; }
p { color: rgb(166,204,168); }
H1.HeaderClassName
{
color: #A6CCA8;
}
.AnyTagClassName
{
color: #A6CCA8;
}
</style>
background-color css
<style>
a { background-color: #A6CCA8; }
a { background-color: rgb(166,204,168); }
div.DivClassName
{
background-color: #A6CCA8;
}
.BgClassName
{
background-color: #A6CCA8;
}
</style>
border-color css
<style>
span { border-color: #A6CCA8; }
span { border-color: rgb(166,204,168); }
td.TdClassName
{
border-color: #A6CCA8;
}
.TagClassName
{
border-color: #A6CCA8;
}
</style>