Shades of Chinook #A2C2A5
Tints of Chinook #A2C2A5
RGB
CMYK
RGB Variations
Color information
#A2C2A5 (or 0xA2C2A5) is known color: Chinook. HEX triplet: A2, C2 and A5. RGB value is (162,194,165). Sum of RGB (Red+Green+Blue) = 162+194+165=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C2A5 is #5D3D5A. Grayscale: #B5B5B5. Windows color (decimal): -6110555 or 10863266. OLE color: 10863266.
HSL color Cylindrical-coordinate representation of color #A2C2A5: hue angle of 125.62º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2C2A5 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 165 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.24 |
| HSL | 125.63º | 0.21% | 0.7% | - |
| HSV(B) | 125.63º | 0.16% | 0.76% | - |
| XYZ | 40.98 | 48.98 | 42.89 | - |
| YUV | 181.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 165 | 0.16 | 0 | 0.15 | 0.24 | 125.63 | 0.21 | 0.7 |
| Hex | A2 | C2 | A5 | 10 | 0 | F | 18 | 7E | 15 | 46 |
| Octal | 242 | 302 | 245 | 20 | 0 | 17 | 30 | 176 | 25 | 106 |
| Binary | 10100010 | 11000010 | 10100101 | 10000 | 0 | 1111 | 11000 | 1111110 | 10101 | 1000110 |
Color Harmonies of #A2C2A5
Complementary color
Monochromatic Colors of #A2C2A5
Black with #A2C2A5
Text Example
Text Example
White with #A2C2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C2A5; }
p { color: rgb(162,194,165); }
H1.HeaderClassName
{
color: #A2C2A5;
}
.AnyTagClassName
{
color: #A2C2A5;
}
</style>
background-color css
<style>
a { background-color: #A2C2A5; }
a { background-color: rgb(162,194,165); }
div.DivClassName
{
background-color: #A2C2A5;
}
.BgClassName
{
background-color: #A2C2A5;
}
</style>
border-color css
<style>
span { border-color: #A2C2A5; }
span { border-color: rgb(162,194,165); }
td.TdClassName
{
border-color: #A2C2A5;
}
.TagClassName
{
border-color: #A2C2A5;
}
</style>