Shades of Chinook #A0D7B0
Tints of Chinook #A0D7B0
RGB
CMYK
RGB Variations
Color information
#A0D7B0 (or 0xA0D7B0) is known color: Chinook. HEX triplet: A0, D7 and B0. RGB value is (160,215,176). Sum of RGB (Red+Green+Blue) = 160+215+176=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D7B0 is #5F284F. Grayscale: #C2C2C2. Windows color (decimal): -6236240 or 11589536. OLE color: 11589536.
HSL color Cylindrical-coordinate representation of color #A0D7B0: hue angle of 137.45º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D7B0 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 176 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.16 |
| HSL | 137.45º | 0.41% | 0.74% | - |
| HSV(B) | 137.45º | 0.26% | 0.84% | - |
| XYZ | 46.63 | 59.21 | 50.04 | - |
| YUV | 194.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 176 | 0.26 | 0 | 0.18 | 0.16 | 137.45 | 0.41 | 0.74 |
| Hex | A0 | D7 | B0 | 1A | 0 | 12 | 10 | 89 | 29 | 4A |
| Octal | 240 | 327 | 260 | 32 | 0 | 22 | 20 | 211 | 51 | 112 |
| Binary | 10100000 | 11010111 | 10110000 | 11010 | 0 | 10010 | 10000 | 10001001 | 101001 | 1001010 |
Color Harmonies of #A0D7B0
Complementary color
Monochromatic Colors of #A0D7B0
Black with #A0D7B0
Text Example
Text Example
White with #A0D7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D7B0; }
p { color: rgb(160,215,176); }
H1.HeaderClassName
{
color: #A0D7B0;
}
.AnyTagClassName
{
color: #A0D7B0;
}
</style>
background-color css
<style>
a { background-color: #A0D7B0; }
a { background-color: rgb(160,215,176); }
div.DivClassName
{
background-color: #A0D7B0;
}
.BgClassName
{
background-color: #A0D7B0;
}
</style>
border-color css
<style>
span { border-color: #A0D7B0; }
span { border-color: rgb(160,215,176); }
td.TdClassName
{
border-color: #A0D7B0;
}
.TagClassName
{
border-color: #A0D7B0;
}
</style>