Shades of Chinook #A0DCAC
Tints of Chinook #A0DCAC
RGB
CMYK
RGB Variations
Color information
#A0DCAC (or 0xA0DCAC) is known color: Chinook. HEX triplet: A0, DC and AC. RGB value is (160,220,172). Sum of RGB (Red+Green+Blue) = 160+220+172=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DCAC is #5F2353. Grayscale: #C4C4C4. Windows color (decimal): -6234964 or 11328672. OLE color: 11328672.
HSL color Cylindrical-coordinate representation of color #A0DCAC: hue angle of 132º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DCAC is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 172 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.14 |
| HSL | 132º | 0.46% | 0.75% | - |
| HSV(B) | 132º | 0.27% | 0.86% | - |
| XYZ | 47.54 | 61.64 | 48.42 | - |
| YUV | 196.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 172 | 0.27 | 0 | 0.22 | 0.14 | 132 | 0.46 | 0.75 |
| Hex | A0 | DC | AC | 1B | 0 | 16 | E | 84 | 2E | 4B |
| Octal | 240 | 334 | 254 | 33 | 0 | 26 | 16 | 204 | 56 | 113 |
| Binary | 10100000 | 11011100 | 10101100 | 11011 | 0 | 10110 | 1110 | 10000100 | 101110 | 1001011 |
Color Harmonies of #A0DCAC
Complementary color
Monochromatic Colors of #A0DCAC
Black with #A0DCAC
Text Example
Text Example
White with #A0DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCAC; }
p { color: rgb(160,220,172); }
H1.HeaderClassName
{
color: #A0DCAC;
}
.AnyTagClassName
{
color: #A0DCAC;
}
</style>
background-color css
<style>
a { background-color: #A0DCAC; }
a { background-color: rgb(160,220,172); }
div.DivClassName
{
background-color: #A0DCAC;
}
.BgClassName
{
background-color: #A0DCAC;
}
</style>
border-color css
<style>
span { border-color: #A0DCAC; }
span { border-color: rgb(160,220,172); }
td.TdClassName
{
border-color: #A0DCAC;
}
.TagClassName
{
border-color: #A0DCAC;
}
</style>