Shades of Chinook #A2CBAA
Tints of Chinook #A2CBAA
RGB
CMYK
RGB Variations
Color information
#A2CBAA (or 0xA2CBAA) is known color: Chinook. HEX triplet: A2, CB and AA. RGB value is (162,203,170). Sum of RGB (Red+Green+Blue) = 162+203+170=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CBAA is #5D3455. Grayscale: #BBBBBB. Windows color (decimal): -6108246 or 11193250. OLE color: 11193250.
HSL color Cylindrical-coordinate representation of color #A2CBAA: hue angle of 131.71º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2CBAA is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 170 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.20 |
| HSL | 131.71º | 0.28% | 0.72% | - |
| HSV(B) | 131.71º | 0.2% | 0.8% | - |
| XYZ | 43.51 | 53.3 | 46.02 | - |
| YUV | 186.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 170 | 0.20 | 0 | 0.16 | 0.20 | 131.71 | 0.28 | 0.72 |
| Hex | A2 | CB | AA | 14 | 0 | 10 | 14 | 84 | 1C | 48 |
| Octal | 242 | 313 | 252 | 24 | 0 | 20 | 24 | 204 | 34 | 110 |
| Binary | 10100010 | 11001011 | 10101010 | 10100 | 0 | 10000 | 10100 | 10000100 | 11100 | 1001000 |
Color Harmonies of #A2CBAA
Complementary color
Monochromatic Colors of #A2CBAA
Black with #A2CBAA
Text Example
Text Example
White with #A2CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CBAA; }
p { color: rgb(162,203,170); }
H1.HeaderClassName
{
color: #A2CBAA;
}
.AnyTagClassName
{
color: #A2CBAA;
}
</style>
background-color css
<style>
a { background-color: #A2CBAA; }
a { background-color: rgb(162,203,170); }
div.DivClassName
{
background-color: #A2CBAA;
}
.BgClassName
{
background-color: #A2CBAA;
}
</style>
border-color css
<style>
span { border-color: #A2CBAA; }
span { border-color: rgb(162,203,170); }
td.TdClassName
{
border-color: #A2CBAA;
}
.TagClassName
{
border-color: #A2CBAA;
}
</style>