Shades of Chinook #A0CEAC
Tints of Chinook #A0CEAC
RGB
CMYK
RGB Variations
Color information
#A0CEAC (or 0xA0CEAC) is known color: Chinook. HEX triplet: A0, CE and AC. RGB value is (160,206,172). Sum of RGB (Red+Green+Blue) = 160+206+172=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CEAC is #5F3153. Grayscale: #BCBCBC. Windows color (decimal): -6238548 or 11325088. OLE color: 11325088.
HSL color Cylindrical-coordinate representation of color #A0CEAC: hue angle of 135.65º 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 #A0CEAC is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 172 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.19 |
| HSL | 135.65º | 0.32% | 0.72% | - |
| HSV(B) | 135.65º | 0.22% | 0.81% | - |
| XYZ | 44.01 | 54.59 | 47.25 | - |
| YUV | 188.37 | 118.76 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 172 | 0.22 | 0 | 0.17 | 0.19 | 135.65 | 0.32 | 0.72 |
| Hex | A0 | CE | AC | 16 | 0 | 11 | 13 | 88 | 20 | 48 |
| Octal | 240 | 316 | 254 | 26 | 0 | 21 | 23 | 210 | 40 | 110 |
| Binary | 10100000 | 11001110 | 10101100 | 10110 | 0 | 10001 | 10011 | 10001000 | 100000 | 1001000 |
Color Harmonies of #A0CEAC
Complementary color
Monochromatic Colors of #A0CEAC
Black with #A0CEAC
Text Example
Text Example
White with #A0CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEAC; }
p { color: rgb(160,206,172); }
H1.HeaderClassName
{
color: #A0CEAC;
}
.AnyTagClassName
{
color: #A0CEAC;
}
</style>
background-color css
<style>
a { background-color: #A0CEAC; }
a { background-color: rgb(160,206,172); }
div.DivClassName
{
background-color: #A0CEAC;
}
.BgClassName
{
background-color: #A0CEAC;
}
</style>
border-color css
<style>
span { border-color: #A0CEAC; }
span { border-color: rgb(160,206,172); }
td.TdClassName
{
border-color: #A0CEAC;
}
.TagClassName
{
border-color: #A0CEAC;
}
</style>