Shades of Chinook #A6D3AB
Tints of Chinook #A6D3AB
RGB
CMYK
RGB Variations
Color information
#A6D3AB (or 0xA6D3AB) is known color: Chinook. HEX triplet: A6, D3 and AB. RGB value is (166,211,171). Sum of RGB (Red+Green+Blue) = 166+211+171=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D3AB is #592C54. Grayscale: #C1C1C1. Windows color (decimal): -5844053 or 11260838. OLE color: 11260838.
HSL color Cylindrical-coordinate representation of color #A6D3AB: hue angle of 126.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D3AB is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 211 | 171 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.17 |
| HSL | 126.67º | 0.34% | 0.74% | - |
| HSV(B) | 126.67º | 0.21% | 0.83% | - |
| XYZ | 46.37 | 57.64 | 47.21 | - |
| YUV | 192.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 171 | 0.21 | 0 | 0.19 | 0.17 | 126.67 | 0.34 | 0.74 |
| Hex | A6 | D3 | AB | 15 | 0 | 13 | 11 | 7F | 22 | 4A |
| Octal | 246 | 323 | 253 | 25 | 0 | 23 | 21 | 177 | 42 | 112 |
| Binary | 10100110 | 11010011 | 10101011 | 10101 | 0 | 10011 | 10001 | 1111111 | 100010 | 1001010 |
Color Harmonies of #A6D3AB
Complementary color
Monochromatic Colors of #A6D3AB
Black with #A6D3AB
Text Example
Text Example
White with #A6D3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D3AB; }
p { color: rgb(166,211,171); }
H1.HeaderClassName
{
color: #A6D3AB;
}
.AnyTagClassName
{
color: #A6D3AB;
}
</style>
background-color css
<style>
a { background-color: #A6D3AB; }
a { background-color: rgb(166,211,171); }
div.DivClassName
{
background-color: #A6D3AB;
}
.BgClassName
{
background-color: #A6D3AB;
}
</style>
border-color css
<style>
span { border-color: #A6D3AB; }
span { border-color: rgb(166,211,171); }
td.TdClassName
{
border-color: #A6D3AB;
}
.TagClassName
{
border-color: #A6D3AB;
}
</style>