Shades of Chinook #A2D6AF
Tints of Chinook #A2D6AF
RGB
CMYK
RGB Variations
Color information
#A2D6AF (or 0xA2D6AF) is known color: Chinook. HEX triplet: A2, D6 and AF. RGB value is (162,214,175). Sum of RGB (Red+Green+Blue) = 162+214+175=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D6AF is #5D2950. Grayscale: #C2C2C2. Windows color (decimal): -6105425 or 11523746. OLE color: 11523746.
HSL color Cylindrical-coordinate representation of color #A2D6AF: hue angle of 135º degrees, saturation: 0.39, 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 #A2D6AF is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 175 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.16 |
| HSL | 135º | 0.39% | 0.74% | - |
| HSV(B) | 135º | 0.24% | 0.84% | - |
| XYZ | 46.68 | 58.87 | 49.46 | - |
| YUV | 194.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 175 | 0.24 | 0 | 0.18 | 0.16 | 135 | 0.39 | 0.74 |
| Hex | A2 | D6 | AF | 18 | 0 | 12 | 10 | 87 | 27 | 4A |
| Octal | 242 | 326 | 257 | 30 | 0 | 22 | 20 | 207 | 47 | 112 |
| Binary | 10100010 | 11010110 | 10101111 | 11000 | 0 | 10010 | 10000 | 10000111 | 100111 | 1001010 |
Color Harmonies of #A2D6AF
Complementary color
Monochromatic Colors of #A2D6AF
Black with #A2D6AF
Text Example
Text Example
White with #A2D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D6AF; }
p { color: rgb(162,214,175); }
H1.HeaderClassName
{
color: #A2D6AF;
}
.AnyTagClassName
{
color: #A2D6AF;
}
</style>
background-color css
<style>
a { background-color: #A2D6AF; }
a { background-color: rgb(162,214,175); }
div.DivClassName
{
background-color: #A2D6AF;
}
.BgClassName
{
background-color: #A2D6AF;
}
</style>
border-color css
<style>
span { border-color: #A2D6AF; }
span { border-color: rgb(162,214,175); }
td.TdClassName
{
border-color: #A2D6AF;
}
.TagClassName
{
border-color: #A2D6AF;
}
</style>