Shades of Chinook #A0CBA2
Tints of Chinook #A0CBA2
RGB
CMYK
RGB Variations
Color information
#A0CBA2 (or 0xA0CBA2) is known color: Chinook. HEX triplet: A0, CB and A2. RGB value is (160,203,162). Sum of RGB (Red+Green+Blue) = 160+203+162=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CBA2 is #5F345D. Grayscale: #B9B9B9. Windows color (decimal): -6239326 or 10668960. OLE color: 10668960.
HSL color Cylindrical-coordinate representation of color #A0CBA2: hue angle of 122.79º 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 #A0CBA2 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 162 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.20 |
| HSL | 122.79º | 0.29% | 0.71% | - |
| HSV(B) | 122.79º | 0.21% | 0.8% | - |
| XYZ | 42.37 | 52.79 | 42.14 | - |
| YUV | 185.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 162 | 0.21 | 0 | 0.20 | 0.20 | 122.79 | 0.29 | 0.71 |
| Hex | A0 | CB | A2 | 15 | 0 | 14 | 14 | 7B | 1D | 47 |
| Octal | 240 | 313 | 242 | 25 | 0 | 24 | 24 | 173 | 35 | 107 |
| Binary | 10100000 | 11001011 | 10100010 | 10101 | 0 | 10100 | 10100 | 1111011 | 11101 | 1000111 |
Color Harmonies of #A0CBA2
Complementary color
Monochromatic Colors of #A0CBA2
Black with #A0CBA2
Text Example
Text Example
White with #A0CBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBA2; }
p { color: rgb(160,203,162); }
H1.HeaderClassName
{
color: #A0CBA2;
}
.AnyTagClassName
{
color: #A0CBA2;
}
</style>
background-color css
<style>
a { background-color: #A0CBA2; }
a { background-color: rgb(160,203,162); }
div.DivClassName
{
background-color: #A0CBA2;
}
.BgClassName
{
background-color: #A0CBA2;
}
</style>
border-color css
<style>
span { border-color: #A0CBA2; }
span { border-color: rgb(160,203,162); }
td.TdClassName
{
border-color: #A0CBA2;
}
.TagClassName
{
border-color: #A0CBA2;
}
</style>