Shades of Chinook #A0D9AE
Tints of Chinook #A0D9AE
RGB
CMYK
RGB Variations
Color information
#A0D9AE (or 0xA0D9AE) is known color: Chinook. HEX triplet: A0, D9 and AE. RGB value is (160,217,174). Sum of RGB (Red+Green+Blue) = 160+217+174=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D9AE is #5F2651. Grayscale: #C3C3C3. Windows color (decimal): -6235730 or 11458976. OLE color: 11458976.
HSL color Cylindrical-coordinate representation of color #A0D9AE: hue angle of 134.74º degrees, saturation: 0.43, 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 #A0D9AE is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 174 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.15 |
| HSL | 134.74º | 0.43% | 0.74% | - |
| HSV(B) | 134.74º | 0.26% | 0.85% | - |
| XYZ | 46.95 | 60.16 | 49.18 | - |
| YUV | 195.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 174 | 0.26 | 0 | 0.20 | 0.15 | 134.74 | 0.43 | 0.74 |
| Hex | A0 | D9 | AE | 1A | 0 | 14 | F | 87 | 2B | 4A |
| Octal | 240 | 331 | 256 | 32 | 0 | 24 | 17 | 207 | 53 | 112 |
| Binary | 10100000 | 11011001 | 10101110 | 11010 | 0 | 10100 | 1111 | 10000111 | 101011 | 1001010 |
Color Harmonies of #A0D9AE
Complementary color
Monochromatic Colors of #A0D9AE
Black with #A0D9AE
Text Example
Text Example
White with #A0D9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D9AE; }
p { color: rgb(160,217,174); }
H1.HeaderClassName
{
color: #A0D9AE;
}
.AnyTagClassName
{
color: #A0D9AE;
}
</style>
background-color css
<style>
a { background-color: #A0D9AE; }
a { background-color: rgb(160,217,174); }
div.DivClassName
{
background-color: #A0D9AE;
}
.BgClassName
{
background-color: #A0D9AE;
}
</style>
border-color css
<style>
span { border-color: #A0D9AE; }
span { border-color: rgb(160,217,174); }
td.TdClassName
{
border-color: #A0D9AE;
}
.TagClassName
{
border-color: #A0D9AE;
}
</style>