Shades of Chinook #A4D2AA
Tints of Chinook #A4D2AA
RGB
CMYK
RGB Variations
Color information
#A4D2AA (or 0xA4D2AA) is known color: Chinook. HEX triplet: A4, D2 and AA. RGB value is (164,210,170). Sum of RGB (Red+Green+Blue) = 164+210+170=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D2AA is #5B2D55. Grayscale: #BFBFBF. Windows color (decimal): -5975382 or 11195044. OLE color: 11195044.
HSL color Cylindrical-coordinate representation of color #A4D2AA: hue angle of 127.83º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4D2AA is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 210 | 170 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.18 |
| HSL | 127.83º | 0.34% | 0.73% | - |
| HSV(B) | 127.83º | 0.22% | 0.82% | - |
| XYZ | 45.61 | 56.89 | 46.61 | - |
| YUV | 191.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 210 | 170 | 0.22 | 0 | 0.19 | 0.18 | 127.83 | 0.34 | 0.73 |
| Hex | A4 | D2 | AA | 16 | 0 | 13 | 12 | 80 | 22 | 49 |
| Octal | 244 | 322 | 252 | 26 | 0 | 23 | 22 | 200 | 42 | 111 |
| Binary | 10100100 | 11010010 | 10101010 | 10110 | 0 | 10011 | 10010 | 10000000 | 100010 | 1001001 |
Color Harmonies of #A4D2AA
Complementary color
Monochromatic Colors of #A4D2AA
Black with #A4D2AA
Text Example
Text Example
White with #A4D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D2AA; }
p { color: rgb(164,210,170); }
H1.HeaderClassName
{
color: #A4D2AA;
}
.AnyTagClassName
{
color: #A4D2AA;
}
</style>
background-color css
<style>
a { background-color: #A4D2AA; }
a { background-color: rgb(164,210,170); }
div.DivClassName
{
background-color: #A4D2AA;
}
.BgClassName
{
background-color: #A4D2AA;
}
</style>
border-color css
<style>
span { border-color: #A4D2AA; }
span { border-color: rgb(164,210,170); }
td.TdClassName
{
border-color: #A4D2AA;
}
.TagClassName
{
border-color: #A4D2AA;
}
</style>