Shades of Chinook #A0DAAF
Tints of Chinook #A0DAAF
RGB
CMYK
RGB Variations
Color information
#A0DAAF (or 0xA0DAAF) is known color: Chinook. HEX triplet: A0, DA and AF. RGB value is (160,218,175). Sum of RGB (Red+Green+Blue) = 160+218+175=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DAAF is #5F2550. Grayscale: #C3C3C3. Windows color (decimal): -6235473 or 11524768. OLE color: 11524768.
HSL color Cylindrical-coordinate representation of color #A0DAAF: hue angle of 135.52º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DAAF is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 175 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.15 |
| HSL | 135.52º | 0.44% | 0.74% | - |
| HSV(B) | 135.52º | 0.27% | 0.85% | - |
| XYZ | 47.31 | 60.71 | 49.78 | - |
| YUV | 195.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 175 | 0.27 | 0 | 0.20 | 0.15 | 135.52 | 0.44 | 0.74 |
| Hex | A0 | DA | AF | 1B | 0 | 14 | F | 88 | 2C | 4A |
| Octal | 240 | 332 | 257 | 33 | 0 | 24 | 17 | 210 | 54 | 112 |
| Binary | 10100000 | 11011010 | 10101111 | 11011 | 0 | 10100 | 1111 | 10001000 | 101100 | 1001010 |
Color Harmonies of #A0DAAF
Complementary color
Monochromatic Colors of #A0DAAF
Black with #A0DAAF
Text Example
Text Example
White with #A0DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAAF; }
p { color: rgb(160,218,175); }
H1.HeaderClassName
{
color: #A0DAAF;
}
.AnyTagClassName
{
color: #A0DAAF;
}
</style>
background-color css
<style>
a { background-color: #A0DAAF; }
a { background-color: rgb(160,218,175); }
div.DivClassName
{
background-color: #A0DAAF;
}
.BgClassName
{
background-color: #A0DAAF;
}
</style>
border-color css
<style>
span { border-color: #A0DAAF; }
span { border-color: rgb(160,218,175); }
td.TdClassName
{
border-color: #A0DAAF;
}
.TagClassName
{
border-color: #A0DAAF;
}
</style>