Shades of Chinook #A0DCA8
Tints of Chinook #A0DCA8
RGB
CMYK
RGB Variations
Color information
#A0DCA8 (or 0xA0DCA8) is known color: Chinook. HEX triplet: A0, DC and A8. RGB value is (160,220,168). Sum of RGB (Red+Green+Blue) = 160+220+168=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DCA8 is #5F2357. Grayscale: #C4C4C4. Windows color (decimal): -6234968 or 11066528. OLE color: 11066528.
HSL color Cylindrical-coordinate representation of color #A0DCA8: hue angle of 128º 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 #A0DCA8 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 168 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.14 |
| HSL | 128º | 0.46% | 0.75% | - |
| HSV(B) | 128º | 0.27% | 0.86% | - |
| XYZ | 47.16 | 61.49 | 46.43 | - |
| YUV | 196.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 168 | 0.27 | 0 | 0.24 | 0.14 | 128 | 0.46 | 0.75 |
| Hex | A0 | DC | A8 | 1B | 0 | 18 | E | 80 | 2E | 4B |
| Octal | 240 | 334 | 250 | 33 | 0 | 30 | 16 | 200 | 56 | 113 |
| Binary | 10100000 | 11011100 | 10101000 | 11011 | 0 | 11000 | 1110 | 10000000 | 101110 | 1001011 |
Color Harmonies of #A0DCA8
Complementary color
Monochromatic Colors of #A0DCA8
Black with #A0DCA8
Text Example
Text Example
White with #A0DCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCA8; }
p { color: rgb(160,220,168); }
H1.HeaderClassName
{
color: #A0DCA8;
}
.AnyTagClassName
{
color: #A0DCA8;
}
</style>
background-color css
<style>
a { background-color: #A0DCA8; }
a { background-color: rgb(160,220,168); }
div.DivClassName
{
background-color: #A0DCA8;
}
.BgClassName
{
background-color: #A0DCA8;
}
</style>
border-color css
<style>
span { border-color: #A0DCA8; }
span { border-color: rgb(160,220,168); }
td.TdClassName
{
border-color: #A0DCA8;
}
.TagClassName
{
border-color: #A0DCA8;
}
</style>