Shades of Chinook #A0D9AF
Tints of Chinook #A0D9AF
RGB
CMYK
RGB Variations
Color information
#A0D9AF (or 0xA0D9AF) is known color: Chinook. HEX triplet: A0, D9 and AF. RGB value is (160,217,175). Sum of RGB (Red+Green+Blue) = 160+217+175=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D9AF is #5F2650. Grayscale: #C3C3C3. Windows color (decimal): -6235729 or 11524512. OLE color: 11524512.
HSL color Cylindrical-coordinate representation of color #A0D9AF: hue angle of 135.79º 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 #A0D9AF is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 175 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.15 |
| HSL | 135.79º | 0.43% | 0.74% | - |
| HSV(B) | 135.79º | 0.26% | 0.85% | - |
| XYZ | 47.05 | 60.19 | 49.7 | - |
| YUV | 195.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 175 | 0.26 | 0 | 0.19 | 0.15 | 135.79 | 0.43 | 0.74 |
| Hex | A0 | D9 | AF | 1A | 0 | 13 | F | 88 | 2B | 4A |
| Octal | 240 | 331 | 257 | 32 | 0 | 23 | 17 | 210 | 53 | 112 |
| Binary | 10100000 | 11011001 | 10101111 | 11010 | 0 | 10011 | 1111 | 10001000 | 101011 | 1001010 |
Color Harmonies of #A0D9AF
Complementary color
Monochromatic Colors of #A0D9AF
Black with #A0D9AF
Text Example
Text Example
White with #A0D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D9AF; }
p { color: rgb(160,217,175); }
H1.HeaderClassName
{
color: #A0D9AF;
}
.AnyTagClassName
{
color: #A0D9AF;
}
</style>
background-color css
<style>
a { background-color: #A0D9AF; }
a { background-color: rgb(160,217,175); }
div.DivClassName
{
background-color: #A0D9AF;
}
.BgClassName
{
background-color: #A0D9AF;
}
</style>
border-color css
<style>
span { border-color: #A0D9AF; }
span { border-color: rgb(160,217,175); }
td.TdClassName
{
border-color: #A0D9AF;
}
.TagClassName
{
border-color: #A0D9AF;
}
</style>