Shades of Chinook #A4D6AB
Tints of Chinook #A4D6AB
RGB
CMYK
RGB Variations
Color information
#A4D6AB (or 0xA4D6AB) is known color: Chinook. HEX triplet: A4, D6 and AB. RGB value is (164,214,171). Sum of RGB (Red+Green+Blue) = 164+214+171=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D6AB is #5B2954. Grayscale: #C2C2C2. Windows color (decimal): -5974357 or 11261604. OLE color: 11261604.
HSL color Cylindrical-coordinate representation of color #A4D6AB: hue angle of 128.4º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D6AB is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 214 | 171 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.16 |
| HSL | 128.4º | 0.38% | 0.74% | - |
| HSV(B) | 128.4º | 0.23% | 0.84% | - |
| XYZ | 46.71 | 58.93 | 47.44 | - |
| YUV | 194.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 214 | 171 | 0.23 | 0 | 0.20 | 0.16 | 128.4 | 0.38 | 0.74 |
| Hex | A4 | D6 | AB | 17 | 0 | 14 | 10 | 80 | 26 | 4A |
| Octal | 244 | 326 | 253 | 27 | 0 | 24 | 20 | 200 | 46 | 112 |
| Binary | 10100100 | 11010110 | 10101011 | 10111 | 0 | 10100 | 10000 | 10000000 | 100110 | 1001010 |
Color Harmonies of #A4D6AB
Complementary color
Monochromatic Colors of #A4D6AB
Black with #A4D6AB
Text Example
Text Example
White with #A4D6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D6AB; }
p { color: rgb(164,214,171); }
H1.HeaderClassName
{
color: #A4D6AB;
}
.AnyTagClassName
{
color: #A4D6AB;
}
</style>
background-color css
<style>
a { background-color: #A4D6AB; }
a { background-color: rgb(164,214,171); }
div.DivClassName
{
background-color: #A4D6AB;
}
.BgClassName
{
background-color: #A4D6AB;
}
</style>
border-color css
<style>
span { border-color: #A4D6AB; }
span { border-color: rgb(164,214,171); }
td.TdClassName
{
border-color: #A4D6AB;
}
.TagClassName
{
border-color: #A4D6AB;
}
</style>