Shades of Chinook #A0CCAC
Tints of Chinook #A0CCAC
RGB
CMYK
RGB Variations
Color information
#A0CCAC (or 0xA0CCAC) is known color: Chinook. HEX triplet: A0, CC and AC. RGB value is (160,204,172). Sum of RGB (Red+Green+Blue) = 160+204+172=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CCAC is #5F3353. Grayscale: #BBBBBB. Windows color (decimal): -6239060 or 11324576. OLE color: 11324576.
HSL color Cylindrical-coordinate representation of color #A0CCAC: hue angle of 136.36º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCAC is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 172 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.2 |
| HSL | 136.36º | 0.3% | 0.71% | - |
| HSV(B) | 136.36º | 0.22% | 0.8% | - |
| XYZ | 43.54 | 53.64 | 47.09 | - |
| YUV | 187.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 172 | 0.22 | 0 | 0.16 | 0.2 | 136.36 | 0.3 | 0.71 |
| Hex | A0 | CC | AC | 16 | 0 | 10 | 14 | 88 | 1E | 47 |
| Octal | 240 | 314 | 254 | 26 | 0 | 20 | 24 | 210 | 36 | 107 |
| Binary | 10100000 | 11001100 | 10101100 | 10110 | 0 | 10000 | 10100 | 10001000 | 11110 | 1000111 |
Color Harmonies of #A0CCAC
Complementary color
Monochromatic Colors of #A0CCAC
Black with #A0CCAC
Text Example
Text Example
White with #A0CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCAC; }
p { color: rgb(160,204,172); }
H1.HeaderClassName
{
color: #A0CCAC;
}
.AnyTagClassName
{
color: #A0CCAC;
}
</style>
background-color css
<style>
a { background-color: #A0CCAC; }
a { background-color: rgb(160,204,172); }
div.DivClassName
{
background-color: #A0CCAC;
}
.BgClassName
{
background-color: #A0CCAC;
}
</style>
border-color css
<style>
span { border-color: #A0CCAC; }
span { border-color: rgb(160,204,172); }
td.TdClassName
{
border-color: #A0CCAC;
}
.TagClassName
{
border-color: #A0CCAC;
}
</style>