Shades of Chinook #A0DDAC
Tints of Chinook #A0DDAC
RGB
CMYK
RGB Variations
Color information
#A0DDAC (or 0xA0DDAC) is known color: Chinook. HEX triplet: A0, DD and AC. RGB value is (160,221,172). Sum of RGB (Red+Green+Blue) = 160+221+172=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DDAC is #5F2253. Grayscale: #C5C5C5. Windows color (decimal): -6234708 or 11328928. OLE color: 11328928.
HSL color Cylindrical-coordinate representation of color #A0DDAC: hue angle of 131.8º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DDAC is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 172 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.13 |
| HSL | 131.8º | 0.47% | 0.75% | - |
| HSV(B) | 131.8º | 0.28% | 0.87% | - |
| XYZ | 47.8 | 62.17 | 48.51 | - |
| YUV | 197.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 172 | 0.28 | 0 | 0.22 | 0.13 | 131.8 | 0.47 | 0.75 |
| Hex | A0 | DD | AC | 1C | 0 | 16 | D | 84 | 2F | 4B |
| Octal | 240 | 335 | 254 | 34 | 0 | 26 | 15 | 204 | 57 | 113 |
| Binary | 10100000 | 11011101 | 10101100 | 11100 | 0 | 10110 | 1101 | 10000100 | 101111 | 1001011 |
Color Harmonies of #A0DDAC
Complementary color
Monochromatic Colors of #A0DDAC
Black with #A0DDAC
Text Example
Text Example
White with #A0DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDAC; }
p { color: rgb(160,221,172); }
H1.HeaderClassName
{
color: #A0DDAC;
}
.AnyTagClassName
{
color: #A0DDAC;
}
</style>
background-color css
<style>
a { background-color: #A0DDAC; }
a { background-color: rgb(160,221,172); }
div.DivClassName
{
background-color: #A0DDAC;
}
.BgClassName
{
background-color: #A0DDAC;
}
</style>
border-color css
<style>
span { border-color: #A0DDAC; }
span { border-color: rgb(160,221,172); }
td.TdClassName
{
border-color: #A0DDAC;
}
.TagClassName
{
border-color: #A0DDAC;
}
</style>