Shades of Chinook #A0CBAC
Tints of Chinook #A0CBAC
RGB
CMYK
RGB Variations
Color information
#A0CBAC (or 0xA0CBAC) is known color: Chinook. HEX triplet: A0, CB and AC. RGB value is (160,203,172). Sum of RGB (Red+Green+Blue) = 160+203+172=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CBAC is #5F3453. Grayscale: #BABABA. Windows color (decimal): -6239316 or 11324320. OLE color: 11324320.
HSL color Cylindrical-coordinate representation of color #A0CBAC: hue angle of 136.74º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CBAC is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 172 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.20 |
| HSL | 136.74º | 0.29% | 0.71% | - |
| HSV(B) | 136.74º | 0.21% | 0.8% | - |
| XYZ | 43.3 | 53.16 | 47.01 | - |
| YUV | 186.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 172 | 0.21 | 0 | 0.15 | 0.20 | 136.74 | 0.29 | 0.71 |
| Hex | A0 | CB | AC | 15 | 0 | F | 14 | 89 | 1D | 47 |
| Octal | 240 | 313 | 254 | 25 | 0 | 17 | 24 | 211 | 35 | 107 |
| Binary | 10100000 | 11001011 | 10101100 | 10101 | 0 | 1111 | 10100 | 10001001 | 11101 | 1000111 |
Color Harmonies of #A0CBAC
Complementary color
Monochromatic Colors of #A0CBAC
Black with #A0CBAC
Text Example
Text Example
White with #A0CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBAC; }
p { color: rgb(160,203,172); }
H1.HeaderClassName
{
color: #A0CBAC;
}
.AnyTagClassName
{
color: #A0CBAC;
}
</style>
background-color css
<style>
a { background-color: #A0CBAC; }
a { background-color: rgb(160,203,172); }
div.DivClassName
{
background-color: #A0CBAC;
}
.BgClassName
{
background-color: #A0CBAC;
}
</style>
border-color css
<style>
span { border-color: #A0CBAC; }
span { border-color: rgb(160,203,172); }
td.TdClassName
{
border-color: #A0CBAC;
}
.TagClassName
{
border-color: #A0CBAC;
}
</style>