Shades of Chinook #A0D8AD
Tints of Chinook #A0D8AD
RGB
CMYK
RGB Variations
Color information
#A0D8AD (or 0xA0D8AD) is known color: Chinook. HEX triplet: A0, D8 and AD. RGB value is (160,216,173). Sum of RGB (Red+Green+Blue) = 160+216+173=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D8AD is #5F2752. Grayscale: #C2C2C2. Windows color (decimal): -6235987 or 11393184. OLE color: 11393184.
HSL color Cylindrical-coordinate representation of color #A0D8AD: hue angle of 133.93º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D8AD is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 173 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.15 |
| HSL | 133.93º | 0.42% | 0.74% | - |
| HSV(B) | 133.93º | 0.26% | 0.85% | - |
| XYZ | 46.6 | 59.6 | 48.58 | - |
| YUV | 194.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 173 | 0.26 | 0 | 0.20 | 0.15 | 133.93 | 0.42 | 0.74 |
| Hex | A0 | D8 | AD | 1A | 0 | 14 | F | 86 | 2A | 4A |
| Octal | 240 | 330 | 255 | 32 | 0 | 24 | 17 | 206 | 52 | 112 |
| Binary | 10100000 | 11011000 | 10101101 | 11010 | 0 | 10100 | 1111 | 10000110 | 101010 | 1001010 |
Color Harmonies of #A0D8AD
Complementary color
Monochromatic Colors of #A0D8AD
Black with #A0D8AD
Text Example
Text Example
White with #A0D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8AD; }
p { color: rgb(160,216,173); }
H1.HeaderClassName
{
color: #A0D8AD;
}
.AnyTagClassName
{
color: #A0D8AD;
}
</style>
background-color css
<style>
a { background-color: #A0D8AD; }
a { background-color: rgb(160,216,173); }
div.DivClassName
{
background-color: #A0D8AD;
}
.BgClassName
{
background-color: #A0D8AD;
}
</style>
border-color css
<style>
span { border-color: #A0D8AD; }
span { border-color: rgb(160,216,173); }
td.TdClassName
{
border-color: #A0D8AD;
}
.TagClassName
{
border-color: #A0D8AD;
}
</style>