Shades of Chinook #A6D5AC
Tints of Chinook #A6D5AC
RGB
CMYK
RGB Variations
Color information
#A6D5AC (or 0xA6D5AC) is known color: Chinook. HEX triplet: A6, D5 and AC. RGB value is (166,213,172). Sum of RGB (Red+Green+Blue) = 166+213+172=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D5AC is #592A53. Grayscale: #C2C2C2. Windows color (decimal): -5843540 or 11326886. OLE color: 11326886.
HSL color Cylindrical-coordinate representation of color #A6D5AC: hue angle of 127.66º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D5AC is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 172 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.16 |
| HSL | 127.66º | 0.36% | 0.74% | - |
| HSV(B) | 127.66º | 0.22% | 0.84% | - |
| XYZ | 46.97 | 58.67 | 47.88 | - |
| YUV | 194.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 172 | 0.22 | 0 | 0.19 | 0.16 | 127.66 | 0.36 | 0.74 |
| Hex | A6 | D5 | AC | 16 | 0 | 13 | 10 | 80 | 24 | 4A |
| Octal | 246 | 325 | 254 | 26 | 0 | 23 | 20 | 200 | 44 | 112 |
| Binary | 10100110 | 11010101 | 10101100 | 10110 | 0 | 10011 | 10000 | 10000000 | 100100 | 1001010 |
Color Harmonies of #A6D5AC
Complementary color
Monochromatic Colors of #A6D5AC
Black with #A6D5AC
Text Example
Text Example
White with #A6D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D5AC; }
p { color: rgb(166,213,172); }
H1.HeaderClassName
{
color: #A6D5AC;
}
.AnyTagClassName
{
color: #A6D5AC;
}
</style>
background-color css
<style>
a { background-color: #A6D5AC; }
a { background-color: rgb(166,213,172); }
div.DivClassName
{
background-color: #A6D5AC;
}
.BgClassName
{
background-color: #A6D5AC;
}
</style>
border-color css
<style>
span { border-color: #A6D5AC; }
span { border-color: rgb(166,213,172); }
td.TdClassName
{
border-color: #A6D5AC;
}
.TagClassName
{
border-color: #A6D5AC;
}
</style>