Shades of Chinook #A4D4AB
Tints of Chinook #A4D4AB
RGB
CMYK
RGB Variations
Color information
#A4D4AB (or 0xA4D4AB) is known color: Chinook. HEX triplet: A4, D4 and AB. RGB value is (164,212,171). Sum of RGB (Red+Green+Blue) = 164+212+171=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D4AB is #5B2B54. Grayscale: #C1C1C1. Windows color (decimal): -5974869 or 11261092. OLE color: 11261092.
HSL color Cylindrical-coordinate representation of color #A4D4AB: hue angle of 128.75º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D4AB is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 212 | 171 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.17 |
| HSL | 128.75º | 0.36% | 0.74% | - |
| HSV(B) | 128.75º | 0.23% | 0.83% | - |
| XYZ | 46.2 | 57.92 | 47.27 | - |
| YUV | 192.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 212 | 171 | 0.23 | 0 | 0.19 | 0.17 | 128.75 | 0.36 | 0.74 |
| Hex | A4 | D4 | AB | 17 | 0 | 13 | 11 | 81 | 24 | 4A |
| Octal | 244 | 324 | 253 | 27 | 0 | 23 | 21 | 201 | 44 | 112 |
| Binary | 10100100 | 11010100 | 10101011 | 10111 | 0 | 10011 | 10001 | 10000001 | 100100 | 1001010 |
Color Harmonies of #A4D4AB
Complementary color
Monochromatic Colors of #A4D4AB
Black with #A4D4AB
Text Example
Text Example
White with #A4D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D4AB; }
p { color: rgb(164,212,171); }
H1.HeaderClassName
{
color: #A4D4AB;
}
.AnyTagClassName
{
color: #A4D4AB;
}
</style>
background-color css
<style>
a { background-color: #A4D4AB; }
a { background-color: rgb(164,212,171); }
div.DivClassName
{
background-color: #A4D4AB;
}
.BgClassName
{
background-color: #A4D4AB;
}
</style>
border-color css
<style>
span { border-color: #A4D4AB; }
span { border-color: rgb(164,212,171); }
td.TdClassName
{
border-color: #A4D4AB;
}
.TagClassName
{
border-color: #A4D4AB;
}
</style>