Shades of Chinook #A4D0A6
Tints of Chinook #A4D0A6
RGB
CMYK
RGB Variations
Color information
#A4D0A6 (or 0xA4D0A6) is known color: Chinook. HEX triplet: A4, D0 and A6. RGB value is (164,208,166). Sum of RGB (Red+Green+Blue) = 164+208+166=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D0A6 is #5B2F59. Grayscale: #BEBEBE. Windows color (decimal): -5975898 or 10932388. OLE color: 10932388.
HSL color Cylindrical-coordinate representation of color #A4D0A6: hue angle of 122.73º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4D0A6 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 166 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.18 |
| HSL | 122.73º | 0.32% | 0.73% | - |
| HSV(B) | 122.73º | 0.21% | 0.82% | - |
| XYZ | 44.75 | 55.76 | 44.48 | - |
| YUV | 190.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 166 | 0.21 | 0 | 0.20 | 0.18 | 122.73 | 0.32 | 0.73 |
| Hex | A4 | D0 | A6 | 15 | 0 | 14 | 12 | 7B | 20 | 49 |
| Octal | 244 | 320 | 246 | 25 | 0 | 24 | 22 | 173 | 40 | 111 |
| Binary | 10100100 | 11010000 | 10100110 | 10101 | 0 | 10100 | 10010 | 1111011 | 100000 | 1001001 |
Color Harmonies of #A4D0A6
Complementary color
Monochromatic Colors of #A4D0A6
Black with #A4D0A6
Text Example
Text Example
White with #A4D0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D0A6; }
p { color: rgb(164,208,166); }
H1.HeaderClassName
{
color: #A4D0A6;
}
.AnyTagClassName
{
color: #A4D0A6;
}
</style>
background-color css
<style>
a { background-color: #A4D0A6; }
a { background-color: rgb(164,208,166); }
div.DivClassName
{
background-color: #A4D0A6;
}
.BgClassName
{
background-color: #A4D0A6;
}
</style>
border-color css
<style>
span { border-color: #A4D0A6; }
span { border-color: rgb(164,208,166); }
td.TdClassName
{
border-color: #A4D0A6;
}
.TagClassName
{
border-color: #A4D0A6;
}
</style>