Shades of Chinook #A0D8AF
Tints of Chinook #A0D8AF
RGB
CMYK
RGB Variations
Color information
#A0D8AF (or 0xA0D8AF) is known color: Chinook. HEX triplet: A0, D8 and AF. RGB value is (160,216,175). Sum of RGB (Red+Green+Blue) = 160+216+175=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D8AF is #5F2750. Grayscale: #C2C2C2. Windows color (decimal): -6235985 or 11524256. OLE color: 11524256.
HSL color Cylindrical-coordinate representation of color #A0D8AF: hue angle of 136.07º 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 #A0D8AF is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 175 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.15 |
| HSL | 136.07º | 0.42% | 0.74% | - |
| HSV(B) | 136.07º | 0.26% | 0.85% | - |
| XYZ | 46.79 | 59.68 | 49.61 | - |
| YUV | 194.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 175 | 0.26 | 0 | 0.19 | 0.15 | 136.07 | 0.42 | 0.74 |
| Hex | A0 | D8 | AF | 1A | 0 | 13 | F | 88 | 2A | 4A |
| Octal | 240 | 330 | 257 | 32 | 0 | 23 | 17 | 210 | 52 | 112 |
| Binary | 10100000 | 11011000 | 10101111 | 11010 | 0 | 10011 | 1111 | 10001000 | 101010 | 1001010 |
Color Harmonies of #A0D8AF
Complementary color
Monochromatic Colors of #A0D8AF
Black with #A0D8AF
Text Example
Text Example
White with #A0D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8AF; }
p { color: rgb(160,216,175); }
H1.HeaderClassName
{
color: #A0D8AF;
}
.AnyTagClassName
{
color: #A0D8AF;
}
</style>
background-color css
<style>
a { background-color: #A0D8AF; }
a { background-color: rgb(160,216,175); }
div.DivClassName
{
background-color: #A0D8AF;
}
.BgClassName
{
background-color: #A0D8AF;
}
</style>
border-color css
<style>
span { border-color: #A0D8AF; }
span { border-color: rgb(160,216,175); }
td.TdClassName
{
border-color: #A0D8AF;
}
.TagClassName
{
border-color: #A0D8AF;
}
</style>