Shades of Chinook #A0D4AD
Tints of Chinook #A0D4AD
RGB
CMYK
RGB Variations
Color information
#A0D4AD (or 0xA0D4AD) is known color: Chinook. HEX triplet: A0, D4 and AD. RGB value is (160,212,173). Sum of RGB (Red+Green+Blue) = 160+212+173=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D4AD is #5F2B52. Grayscale: #C0C0C0. Windows color (decimal): -6237011 or 11392160. OLE color: 11392160.
HSL color Cylindrical-coordinate representation of color #A0D4AD: hue angle of 135º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D4AD is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 173 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.17 |
| HSL | 135º | 0.38% | 0.73% | - |
| HSV(B) | 135º | 0.25% | 0.83% | - |
| XYZ | 45.58 | 57.58 | 48.25 | - |
| YUV | 192.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 173 | 0.25 | 0 | 0.18 | 0.17 | 135 | 0.38 | 0.73 |
| Hex | A0 | D4 | AD | 19 | 0 | 12 | 11 | 87 | 26 | 49 |
| Octal | 240 | 324 | 255 | 31 | 0 | 22 | 21 | 207 | 46 | 111 |
| Binary | 10100000 | 11010100 | 10101101 | 11001 | 0 | 10010 | 10001 | 10000111 | 100110 | 1001001 |
Color Harmonies of #A0D4AD
Complementary color
Monochromatic Colors of #A0D4AD
Black with #A0D4AD
Text Example
Text Example
White with #A0D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D4AD; }
p { color: rgb(160,212,173); }
H1.HeaderClassName
{
color: #A0D4AD;
}
.AnyTagClassName
{
color: #A0D4AD;
}
</style>
background-color css
<style>
a { background-color: #A0D4AD; }
a { background-color: rgb(160,212,173); }
div.DivClassName
{
background-color: #A0D4AD;
}
.BgClassName
{
background-color: #A0D4AD;
}
</style>
border-color css
<style>
span { border-color: #A0D4AD; }
span { border-color: rgb(160,212,173); }
td.TdClassName
{
border-color: #A0D4AD;
}
.TagClassName
{
border-color: #A0D4AD;
}
</style>