Shades of Chinook #A0CEAA
Tints of Chinook #A0CEAA
RGB
CMYK
RGB Variations
Color information
#A0CEAA (or 0xA0CEAA) is known color: Chinook. HEX triplet: A0, CE and AA. RGB value is (160,206,170). Sum of RGB (Red+Green+Blue) = 160+206+170=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CEAA is #5F3155. Grayscale: #BCBCBC. Windows color (decimal): -6238550 or 11194016. OLE color: 11194016.
HSL color Cylindrical-coordinate representation of color #A0CEAA: hue angle of 133.04º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CEAA is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 170 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.19 |
| HSL | 133.04º | 0.32% | 0.72% | - |
| HSV(B) | 133.04º | 0.22% | 0.81% | - |
| XYZ | 43.82 | 54.52 | 46.24 | - |
| YUV | 188.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 170 | 0.22 | 0 | 0.17 | 0.19 | 133.04 | 0.32 | 0.72 |
| Hex | A0 | CE | AA | 16 | 0 | 11 | 13 | 85 | 20 | 48 |
| Octal | 240 | 316 | 252 | 26 | 0 | 21 | 23 | 205 | 40 | 110 |
| Binary | 10100000 | 11001110 | 10101010 | 10110 | 0 | 10001 | 10011 | 10000101 | 100000 | 1001000 |
Color Harmonies of #A0CEAA
Complementary color
Monochromatic Colors of #A0CEAA
Black with #A0CEAA
Text Example
Text Example
White with #A0CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEAA; }
p { color: rgb(160,206,170); }
H1.HeaderClassName
{
color: #A0CEAA;
}
.AnyTagClassName
{
color: #A0CEAA;
}
</style>
background-color css
<style>
a { background-color: #A0CEAA; }
a { background-color: rgb(160,206,170); }
div.DivClassName
{
background-color: #A0CEAA;
}
.BgClassName
{
background-color: #A0CEAA;
}
</style>
border-color css
<style>
span { border-color: #A0CEAA; }
span { border-color: rgb(160,206,170); }
td.TdClassName
{
border-color: #A0CEAA;
}
.TagClassName
{
border-color: #A0CEAA;
}
</style>