Shades of Chinook #A0D0AC
Tints of Chinook #A0D0AC
RGB
CMYK
RGB Variations
Color information
#A0D0AC (or 0xA0D0AC) is known color: Chinook. HEX triplet: A0, D0 and AC. RGB value is (160,208,172). Sum of RGB (Red+Green+Blue) = 160+208+172=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D0AC is #5F2F53. Grayscale: #BDBDBD. Windows color (decimal): -6238036 or 11325600. OLE color: 11325600.
HSL color Cylindrical-coordinate representation of color #A0D0AC: hue angle of 135º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D0AC is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 172 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.18 |
| HSL | 135º | 0.34% | 0.72% | - |
| HSV(B) | 135º | 0.23% | 0.82% | - |
| XYZ | 44.5 | 55.56 | 47.41 | - |
| YUV | 189.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 172 | 0.23 | 0 | 0.17 | 0.18 | 135 | 0.34 | 0.72 |
| Hex | A0 | D0 | AC | 17 | 0 | 11 | 12 | 87 | 22 | 48 |
| Octal | 240 | 320 | 254 | 27 | 0 | 21 | 22 | 207 | 42 | 110 |
| Binary | 10100000 | 11010000 | 10101100 | 10111 | 0 | 10001 | 10010 | 10000111 | 100010 | 1001000 |
Color Harmonies of #A0D0AC
Complementary color
Monochromatic Colors of #A0D0AC
Black with #A0D0AC
Text Example
Text Example
White with #A0D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D0AC; }
p { color: rgb(160,208,172); }
H1.HeaderClassName
{
color: #A0D0AC;
}
.AnyTagClassName
{
color: #A0D0AC;
}
</style>
background-color css
<style>
a { background-color: #A0D0AC; }
a { background-color: rgb(160,208,172); }
div.DivClassName
{
background-color: #A0D0AC;
}
.BgClassName
{
background-color: #A0D0AC;
}
</style>
border-color css
<style>
span { border-color: #A0D0AC; }
span { border-color: rgb(160,208,172); }
td.TdClassName
{
border-color: #A0D0AC;
}
.TagClassName
{
border-color: #A0D0AC;
}
</style>