Shades of Chinook #A0D8AC
Tints of Chinook #A0D8AC
RGB
CMYK
RGB Variations
Color information
#A0D8AC (or 0xA0D8AC) is known color: Chinook. HEX triplet: A0, D8 and AC. RGB value is (160,216,172). Sum of RGB (Red+Green+Blue) = 160+216+172=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D8AC is #5F2753. Grayscale: #C2C2C2. Windows color (decimal): -6235988 or 11327648. OLE color: 11327648.
HSL color Cylindrical-coordinate representation of color #A0D8AC: hue angle of 132.86º 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 #A0D8AC is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 172 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.15 |
| HSL | 132.86º | 0.42% | 0.74% | - |
| HSV(B) | 132.86º | 0.26% | 0.85% | - |
| XYZ | 46.5 | 59.56 | 48.08 | - |
| YUV | 194.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 172 | 0.26 | 0 | 0.20 | 0.15 | 132.86 | 0.42 | 0.74 |
| Hex | A0 | D8 | AC | 1A | 0 | 14 | F | 85 | 2A | 4A |
| Octal | 240 | 330 | 254 | 32 | 0 | 24 | 17 | 205 | 52 | 112 |
| Binary | 10100000 | 11011000 | 10101100 | 11010 | 0 | 10100 | 1111 | 10000101 | 101010 | 1001010 |
Color Harmonies of #A0D8AC
Complementary color
Monochromatic Colors of #A0D8AC
Black with #A0D8AC
Text Example
Text Example
White with #A0D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8AC; }
p { color: rgb(160,216,172); }
H1.HeaderClassName
{
color: #A0D8AC;
}
.AnyTagClassName
{
color: #A0D8AC;
}
</style>
background-color css
<style>
a { background-color: #A0D8AC; }
a { background-color: rgb(160,216,172); }
div.DivClassName
{
background-color: #A0D8AC;
}
.BgClassName
{
background-color: #A0D8AC;
}
</style>
border-color css
<style>
span { border-color: #A0D8AC; }
span { border-color: rgb(160,216,172); }
td.TdClassName
{
border-color: #A0D8AC;
}
.TagClassName
{
border-color: #A0D8AC;
}
</style>