Shades of Chinook #A0CBA9
Tints of Chinook #A0CBA9
RGB
CMYK
RGB Variations
Color information
#A0CBA9 (or 0xA0CBA9) is known color: Chinook. HEX triplet: A0, CB and A9. RGB value is (160,203,169). Sum of RGB (Red+Green+Blue) = 160+203+169=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CBA9 is #5F3456. Grayscale: #BABABA. Windows color (decimal): -6239319 or 11127712. OLE color: 11127712.
HSL color Cylindrical-coordinate representation of color #A0CBA9: hue angle of 132.56º 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 #A0CBA9 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 169 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.20 |
| HSL | 132.56º | 0.29% | 0.71% | - |
| HSV(B) | 132.56º | 0.21% | 0.8% | - |
| XYZ | 43.01 | 53.05 | 45.51 | - |
| YUV | 186.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 169 | 0.21 | 0 | 0.17 | 0.20 | 132.56 | 0.29 | 0.71 |
| Hex | A0 | CB | A9 | 15 | 0 | 11 | 14 | 85 | 1D | 47 |
| Octal | 240 | 313 | 251 | 25 | 0 | 21 | 24 | 205 | 35 | 107 |
| Binary | 10100000 | 11001011 | 10101001 | 10101 | 0 | 10001 | 10100 | 10000101 | 11101 | 1000111 |
Color Harmonies of #A0CBA9
Complementary color
Monochromatic Colors of #A0CBA9
Black with #A0CBA9
Text Example
Text Example
White with #A0CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBA9; }
p { color: rgb(160,203,169); }
H1.HeaderClassName
{
color: #A0CBA9;
}
.AnyTagClassName
{
color: #A0CBA9;
}
</style>
background-color css
<style>
a { background-color: #A0CBA9; }
a { background-color: rgb(160,203,169); }
div.DivClassName
{
background-color: #A0CBA9;
}
.BgClassName
{
background-color: #A0CBA9;
}
</style>
border-color css
<style>
span { border-color: #A0CBA9; }
span { border-color: rgb(160,203,169); }
td.TdClassName
{
border-color: #A0CBA9;
}
.TagClassName
{
border-color: #A0CBA9;
}
</style>