Shades of Chinook #A0D8A6
Tints of Chinook #A0D8A6
RGB
CMYK
RGB Variations
Color information
#A0D8A6 (or 0xA0D8A6) is known color: Chinook. HEX triplet: A0, D8 and A6. RGB value is (160,216,166). Sum of RGB (Red+Green+Blue) = 160+216+166=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D8A6 is #5F2759. Grayscale: #C1C1C1. Windows color (decimal): -6235994 or 10934432. OLE color: 10934432.
HSL color Cylindrical-coordinate representation of color #A0D8A6: hue angle of 126.43º 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 #A0D8A6 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 166 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.15 |
| HSL | 126.43º | 0.42% | 0.74% | - |
| HSV(B) | 126.43º | 0.26% | 0.85% | - |
| XYZ | 45.94 | 59.34 | 45.11 | - |
| YUV | 193.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 166 | 0.26 | 0 | 0.23 | 0.15 | 126.43 | 0.42 | 0.74 |
| Hex | A0 | D8 | A6 | 1A | 0 | 17 | F | 7E | 2A | 4A |
| Octal | 240 | 330 | 246 | 32 | 0 | 27 | 17 | 176 | 52 | 112 |
| Binary | 10100000 | 11011000 | 10100110 | 11010 | 0 | 10111 | 1111 | 1111110 | 101010 | 1001010 |
Color Harmonies of #A0D8A6
Complementary color
Monochromatic Colors of #A0D8A6
Black with #A0D8A6
Text Example
Text Example
White with #A0D8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8A6; }
p { color: rgb(160,216,166); }
H1.HeaderClassName
{
color: #A0D8A6;
}
.AnyTagClassName
{
color: #A0D8A6;
}
</style>
background-color css
<style>
a { background-color: #A0D8A6; }
a { background-color: rgb(160,216,166); }
div.DivClassName
{
background-color: #A0D8A6;
}
.BgClassName
{
background-color: #A0D8A6;
}
</style>
border-color css
<style>
span { border-color: #A0D8A6; }
span { border-color: rgb(160,216,166); }
td.TdClassName
{
border-color: #A0D8A6;
}
.TagClassName
{
border-color: #A0D8A6;
}
</style>