Shades of Chinook #A4D1AC
Tints of Chinook #A4D1AC
RGB
CMYK
RGB Variations
Color information
#A4D1AC (or 0xA4D1AC) is known color: Chinook. HEX triplet: A4, D1 and AC. RGB value is (164,209,172). Sum of RGB (Red+Green+Blue) = 164+209+172=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D1AC is #5B2E53. Grayscale: #BFBFBF. Windows color (decimal): -5975636 or 11325860. OLE color: 11325860.
HSL color Cylindrical-coordinate representation of color #A4D1AC: hue angle of 130.67º degrees, saturation: 0.33, 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 #A4D1AC is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 209 | 172 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.18 |
| HSL | 130.67º | 0.33% | 0.73% | - |
| HSV(B) | 130.67º | 0.22% | 0.82% | - |
| XYZ | 45.56 | 56.47 | 47.53 | - |
| YUV | 191.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 209 | 172 | 0.22 | 0 | 0.18 | 0.18 | 130.67 | 0.33 | 0.73 |
| Hex | A4 | D1 | AC | 16 | 0 | 12 | 12 | 83 | 21 | 49 |
| Octal | 244 | 321 | 254 | 26 | 0 | 22 | 22 | 203 | 41 | 111 |
| Binary | 10100100 | 11010001 | 10101100 | 10110 | 0 | 10010 | 10010 | 10000011 | 100001 | 1001001 |
Color Harmonies of #A4D1AC
Complementary color
Monochromatic Colors of #A4D1AC
Black with #A4D1AC
Text Example
Text Example
White with #A4D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D1AC; }
p { color: rgb(164,209,172); }
H1.HeaderClassName
{
color: #A4D1AC;
}
.AnyTagClassName
{
color: #A4D1AC;
}
</style>
background-color css
<style>
a { background-color: #A4D1AC; }
a { background-color: rgb(164,209,172); }
div.DivClassName
{
background-color: #A4D1AC;
}
.BgClassName
{
background-color: #A4D1AC;
}
</style>
border-color css
<style>
span { border-color: #A4D1AC; }
span { border-color: rgb(164,209,172); }
td.TdClassName
{
border-color: #A4D1AC;
}
.TagClassName
{
border-color: #A4D1AC;
}
</style>