Shades of Chinook #A2D3A5
Tints of Chinook #A2D3A5
RGB
CMYK
RGB Variations
Color information
#A2D3A5 (or 0xA2D3A5) is known color: Chinook. HEX triplet: A2, D3 and A5. RGB value is (162,211,165). Sum of RGB (Red+Green+Blue) = 162+211+165=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D3A5 is #5D2C5A. Grayscale: #BFBFBF. Windows color (decimal): -6106203 or 10867618. OLE color: 10867618.
HSL color Cylindrical-coordinate representation of color #A2D3A5: hue angle of 123.67º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2D3A5 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 165 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.17 |
| HSL | 123.67º | 0.36% | 0.73% | - |
| HSV(B) | 123.67º | 0.23% | 0.83% | - |
| XYZ | 44.99 | 56.99 | 44.23 | - |
| YUV | 191.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 165 | 0.23 | 0 | 0.22 | 0.17 | 123.67 | 0.36 | 0.73 |
| Hex | A2 | D3 | A5 | 17 | 0 | 16 | 11 | 7C | 24 | 49 |
| Octal | 242 | 323 | 245 | 27 | 0 | 26 | 21 | 174 | 44 | 111 |
| Binary | 10100010 | 11010011 | 10100101 | 10111 | 0 | 10110 | 10001 | 1111100 | 100100 | 1001001 |
Color Harmonies of #A2D3A5
Complementary color
Monochromatic Colors of #A2D3A5
Black with #A2D3A5
Text Example
Text Example
White with #A2D3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D3A5; }
p { color: rgb(162,211,165); }
H1.HeaderClassName
{
color: #A2D3A5;
}
.AnyTagClassName
{
color: #A2D3A5;
}
</style>
background-color css
<style>
a { background-color: #A2D3A5; }
a { background-color: rgb(162,211,165); }
div.DivClassName
{
background-color: #A2D3A5;
}
.BgClassName
{
background-color: #A2D3A5;
}
</style>
border-color css
<style>
span { border-color: #A2D3A5; }
span { border-color: rgb(162,211,165); }
td.TdClassName
{
border-color: #A2D3A5;
}
.TagClassName
{
border-color: #A2D3A5;
}
</style>