Shades of Chinook #A4D2AC
Tints of Chinook #A4D2AC
RGB
CMYK
RGB Variations
Color information
#A4D2AC (or 0xA4D2AC) is known color: Chinook. HEX triplet: A4, D2 and AC. RGB value is (164,210,172). Sum of RGB (Red+Green+Blue) = 164+210+172=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D2AC is #5B2D53. Grayscale: #C0C0C0. Windows color (decimal): -5975380 or 11326116. OLE color: 11326116.
HSL color Cylindrical-coordinate representation of color #A4D2AC: hue angle of 130.43º 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 #A4D2AC is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 210 | 172 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.18 |
| HSL | 130.43º | 0.34% | 0.73% | - |
| HSV(B) | 130.43º | 0.22% | 0.82% | - |
| XYZ | 45.8 | 56.96 | 47.61 | - |
| YUV | 191.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 210 | 172 | 0.22 | 0 | 0.18 | 0.18 | 130.43 | 0.34 | 0.73 |
| Hex | A4 | D2 | AC | 16 | 0 | 12 | 12 | 82 | 22 | 49 |
| Octal | 244 | 322 | 254 | 26 | 0 | 22 | 22 | 202 | 42 | 111 |
| Binary | 10100100 | 11010010 | 10101100 | 10110 | 0 | 10010 | 10010 | 10000010 | 100010 | 1001001 |
Color Harmonies of #A4D2AC
Complementary color
Monochromatic Colors of #A4D2AC
Black with #A4D2AC
Text Example
Text Example
White with #A4D2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D2AC; }
p { color: rgb(164,210,172); }
H1.HeaderClassName
{
color: #A4D2AC;
}
.AnyTagClassName
{
color: #A4D2AC;
}
</style>
background-color css
<style>
a { background-color: #A4D2AC; }
a { background-color: rgb(164,210,172); }
div.DivClassName
{
background-color: #A4D2AC;
}
.BgClassName
{
background-color: #A4D2AC;
}
</style>
border-color css
<style>
span { border-color: #A4D2AC; }
span { border-color: rgb(164,210,172); }
td.TdClassName
{
border-color: #A4D2AC;
}
.TagClassName
{
border-color: #A4D2AC;
}
</style>