Shades of Chinook #A2D3AB
Tints of Chinook #A2D3AB
RGB
CMYK
RGB Variations
Color information
#A2D3AB (or 0xA2D3AB) is known color: Chinook. HEX triplet: A2, D3 and AB. RGB value is (162,211,171). Sum of RGB (Red+Green+Blue) = 162+211+171=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D3AB is #5D2C54. Grayscale: #BFBFBF. Windows color (decimal): -6106197 or 11260834. OLE color: 11260834.
HSL color Cylindrical-coordinate representation of color #A2D3AB: hue angle of 131.02º 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 #A2D3AB is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 171 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.17 |
| HSL | 131.02º | 0.36% | 0.73% | - |
| HSV(B) | 131.02º | 0.23% | 0.83% | - |
| XYZ | 45.55 | 57.21 | 47.17 | - |
| YUV | 191.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 171 | 0.23 | 0 | 0.19 | 0.17 | 131.02 | 0.36 | 0.73 |
| Hex | A2 | D3 | AB | 17 | 0 | 13 | 11 | 83 | 24 | 49 |
| Octal | 242 | 323 | 253 | 27 | 0 | 23 | 21 | 203 | 44 | 111 |
| Binary | 10100010 | 11010011 | 10101011 | 10111 | 0 | 10011 | 10001 | 10000011 | 100100 | 1001001 |
Color Harmonies of #A2D3AB
Complementary color
Monochromatic Colors of #A2D3AB
Black with #A2D3AB
Text Example
Text Example
White with #A2D3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D3AB; }
p { color: rgb(162,211,171); }
H1.HeaderClassName
{
color: #A2D3AB;
}
.AnyTagClassName
{
color: #A2D3AB;
}
</style>
background-color css
<style>
a { background-color: #A2D3AB; }
a { background-color: rgb(162,211,171); }
div.DivClassName
{
background-color: #A2D3AB;
}
.BgClassName
{
background-color: #A2D3AB;
}
</style>
border-color css
<style>
span { border-color: #A2D3AB; }
span { border-color: rgb(162,211,171); }
td.TdClassName
{
border-color: #A2D3AB;
}
.TagClassName
{
border-color: #A2D3AB;
}
</style>