Shades of Chinook #A2D3AC
Tints of Chinook #A2D3AC
RGB
CMYK
RGB Variations
Color information
#A2D3AC (or 0xA2D3AC) is known color: Chinook. HEX triplet: A2, D3 and AC. RGB value is (162,211,172). Sum of RGB (Red+Green+Blue) = 162+211+172=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D3AC is #5D2C53. Grayscale: #C0C0C0. Windows color (decimal): -6106196 or 11326370. OLE color: 11326370.
HSL color Cylindrical-coordinate representation of color #A2D3AC: hue angle of 132.24º 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 #A2D3AC is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 172 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.17 |
| HSL | 132.24º | 0.36% | 0.73% | - |
| HSV(B) | 132.24º | 0.23% | 0.83% | - |
| XYZ | 45.64 | 57.25 | 47.67 | - |
| YUV | 191.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 172 | 0.23 | 0 | 0.18 | 0.17 | 132.24 | 0.36 | 0.73 |
| Hex | A2 | D3 | AC | 17 | 0 | 12 | 11 | 84 | 24 | 49 |
| Octal | 242 | 323 | 254 | 27 | 0 | 22 | 21 | 204 | 44 | 111 |
| Binary | 10100010 | 11010011 | 10101100 | 10111 | 0 | 10010 | 10001 | 10000100 | 100100 | 1001001 |
Color Harmonies of #A2D3AC
Complementary color
Monochromatic Colors of #A2D3AC
Black with #A2D3AC
Text Example
Text Example
White with #A2D3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D3AC; }
p { color: rgb(162,211,172); }
H1.HeaderClassName
{
color: #A2D3AC;
}
.AnyTagClassName
{
color: #A2D3AC;
}
</style>
background-color css
<style>
a { background-color: #A2D3AC; }
a { background-color: rgb(162,211,172); }
div.DivClassName
{
background-color: #A2D3AC;
}
.BgClassName
{
background-color: #A2D3AC;
}
</style>
border-color css
<style>
span { border-color: #A2D3AC; }
span { border-color: rgb(162,211,172); }
td.TdClassName
{
border-color: #A2D3AC;
}
.TagClassName
{
border-color: #A2D3AC;
}
</style>