Shades of Chinook #A2D7AF
Tints of Chinook #A2D7AF
RGB
CMYK
RGB Variations
Color information
#A2D7AF (or 0xA2D7AF) is known color: Chinook. HEX triplet: A2, D7 and AF. RGB value is (162,215,175). Sum of RGB (Red+Green+Blue) = 162+215+175=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D7AF is #5D2850. Grayscale: #C2C2C2. Windows color (decimal): -6105169 or 11524002. OLE color: 11524002.
HSL color Cylindrical-coordinate representation of color #A2D7AF: hue angle of 134.72º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D7AF is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 175 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.16 |
| HSL | 134.72º | 0.4% | 0.74% | - |
| HSV(B) | 134.72º | 0.25% | 0.84% | - |
| XYZ | 46.94 | 59.38 | 49.54 | - |
| YUV | 194.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 175 | 0.25 | 0 | 0.19 | 0.16 | 134.72 | 0.4 | 0.74 |
| Hex | A2 | D7 | AF | 19 | 0 | 13 | 10 | 87 | 28 | 4A |
| Octal | 242 | 327 | 257 | 31 | 0 | 23 | 20 | 207 | 50 | 112 |
| Binary | 10100010 | 11010111 | 10101111 | 11001 | 0 | 10011 | 10000 | 10000111 | 101000 | 1001010 |
Color Harmonies of #A2D7AF
Complementary color
Monochromatic Colors of #A2D7AF
Black with #A2D7AF
Text Example
Text Example
White with #A2D7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D7AF; }
p { color: rgb(162,215,175); }
H1.HeaderClassName
{
color: #A2D7AF;
}
.AnyTagClassName
{
color: #A2D7AF;
}
</style>
background-color css
<style>
a { background-color: #A2D7AF; }
a { background-color: rgb(162,215,175); }
div.DivClassName
{
background-color: #A2D7AF;
}
.BgClassName
{
background-color: #A2D7AF;
}
</style>
border-color css
<style>
span { border-color: #A2D7AF; }
span { border-color: rgb(162,215,175); }
td.TdClassName
{
border-color: #A2D7AF;
}
.TagClassName
{
border-color: #A2D7AF;
}
</style>