Shades of Chinook #A0CBAB
Tints of Chinook #A0CBAB
RGB
CMYK
RGB Variations
Color information
#A0CBAB (or 0xA0CBAB) is known color: Chinook. HEX triplet: A0, CB and AB. RGB value is (160,203,171). Sum of RGB (Red+Green+Blue) = 160+203+171=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CBAB is #5F3454. Grayscale: #BABABA. Windows color (decimal): -6239317 or 11258784. OLE color: 11258784.
HSL color Cylindrical-coordinate representation of color #A0CBAB: hue angle of 135.35º 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 #A0CBAB is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 171 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.20 |
| HSL | 135.35º | 0.29% | 0.71% | - |
| HSV(B) | 135.35º | 0.21% | 0.8% | - |
| XYZ | 43.2 | 53.13 | 46.51 | - |
| YUV | 186.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 171 | 0.21 | 0 | 0.16 | 0.20 | 135.35 | 0.29 | 0.71 |
| Hex | A0 | CB | AB | 15 | 0 | 10 | 14 | 87 | 1D | 47 |
| Octal | 240 | 313 | 253 | 25 | 0 | 20 | 24 | 207 | 35 | 107 |
| Binary | 10100000 | 11001011 | 10101011 | 10101 | 0 | 10000 | 10100 | 10000111 | 11101 | 1000111 |
Color Harmonies of #A0CBAB
Complementary color
Monochromatic Colors of #A0CBAB
Black with #A0CBAB
Text Example
Text Example
White with #A0CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBAB; }
p { color: rgb(160,203,171); }
H1.HeaderClassName
{
color: #A0CBAB;
}
.AnyTagClassName
{
color: #A0CBAB;
}
</style>
background-color css
<style>
a { background-color: #A0CBAB; }
a { background-color: rgb(160,203,171); }
div.DivClassName
{
background-color: #A0CBAB;
}
.BgClassName
{
background-color: #A0CBAB;
}
</style>
border-color css
<style>
span { border-color: #A0CBAB; }
span { border-color: rgb(160,203,171); }
td.TdClassName
{
border-color: #A0CBAB;
}
.TagClassName
{
border-color: #A0CBAB;
}
</style>