Shades of Chinook #A2D5AB
Tints of Chinook #A2D5AB
RGB
CMYK
RGB Variations
Color information
#A2D5AB (or 0xA2D5AB) is known color: Chinook. HEX triplet: A2, D5 and AB. RGB value is (162,213,171). Sum of RGB (Red+Green+Blue) = 162+213+171=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D5AB is #5D2A54. Grayscale: #C1C1C1. Windows color (decimal): -6105685 or 11261346. OLE color: 11261346.
HSL color Cylindrical-coordinate representation of color #A2D5AB: hue angle of 130.59º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2D5AB is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 171 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.16 |
| HSL | 130.59º | 0.38% | 0.74% | - |
| HSV(B) | 130.59º | 0.24% | 0.84% | - |
| XYZ | 46.05 | 58.21 | 47.34 | - |
| YUV | 192.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 171 | 0.24 | 0 | 0.20 | 0.16 | 130.59 | 0.38 | 0.74 |
| Hex | A2 | D5 | AB | 18 | 0 | 14 | 10 | 83 | 26 | 4A |
| Octal | 242 | 325 | 253 | 30 | 0 | 24 | 20 | 203 | 46 | 112 |
| Binary | 10100010 | 11010101 | 10101011 | 11000 | 0 | 10100 | 10000 | 10000011 | 100110 | 1001010 |
Color Harmonies of #A2D5AB
Complementary color
Monochromatic Colors of #A2D5AB
Black with #A2D5AB
Text Example
Text Example
White with #A2D5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D5AB; }
p { color: rgb(162,213,171); }
H1.HeaderClassName
{
color: #A2D5AB;
}
.AnyTagClassName
{
color: #A2D5AB;
}
</style>
background-color css
<style>
a { background-color: #A2D5AB; }
a { background-color: rgb(162,213,171); }
div.DivClassName
{
background-color: #A2D5AB;
}
.BgClassName
{
background-color: #A2D5AB;
}
</style>
border-color css
<style>
span { border-color: #A2D5AB; }
span { border-color: rgb(162,213,171); }
td.TdClassName
{
border-color: #A2D5AB;
}
.TagClassName
{
border-color: #A2D5AB;
}
</style>