Shades of Chinook #A4D3AD
Tints of Chinook #A4D3AD
RGB
CMYK
RGB Variations
Color information
#A4D3AD (or 0xA4D3AD) is known color: Chinook. HEX triplet: A4, D3 and AD. RGB value is (164,211,173). Sum of RGB (Red+Green+Blue) = 164+211+173=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D3AD is #5B2C52. Grayscale: #C0C0C0. Windows color (decimal): -5975123 or 11391908. OLE color: 11391908.
HSL color Cylindrical-coordinate representation of color #A4D3AD: hue angle of 131.49º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4D3AD is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 211 | 173 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.17 |
| HSL | 131.49º | 0.35% | 0.74% | - |
| HSV(B) | 131.49º | 0.22% | 0.83% | - |
| XYZ | 46.15 | 57.5 | 48.2 | - |
| YUV | 192.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 211 | 173 | 0.22 | 0 | 0.18 | 0.17 | 131.49 | 0.35 | 0.74 |
| Hex | A4 | D3 | AD | 16 | 0 | 12 | 11 | 83 | 23 | 4A |
| Octal | 244 | 323 | 255 | 26 | 0 | 22 | 21 | 203 | 43 | 112 |
| Binary | 10100100 | 11010011 | 10101101 | 10110 | 0 | 10010 | 10001 | 10000011 | 100011 | 1001010 |
Color Harmonies of #A4D3AD
Complementary color
Monochromatic Colors of #A4D3AD
Black with #A4D3AD
Text Example
Text Example
White with #A4D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D3AD; }
p { color: rgb(164,211,173); }
H1.HeaderClassName
{
color: #A4D3AD;
}
.AnyTagClassName
{
color: #A4D3AD;
}
</style>
background-color css
<style>
a { background-color: #A4D3AD; }
a { background-color: rgb(164,211,173); }
div.DivClassName
{
background-color: #A4D3AD;
}
.BgClassName
{
background-color: #A4D3AD;
}
</style>
border-color css
<style>
span { border-color: #A4D3AD; }
span { border-color: rgb(164,211,173); }
td.TdClassName
{
border-color: #A4D3AD;
}
.TagClassName
{
border-color: #A4D3AD;
}
</style>