Shades of Chinook #A2D2AF
Tints of Chinook #A2D2AF
RGB
CMYK
RGB Variations
Color information
#A2D2AF (or 0xA2D2AF) is known color: Chinook. HEX triplet: A2, D2 and AF. RGB value is (162,210,175). Sum of RGB (Red+Green+Blue) = 162+210+175=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D2AF is #5D2D50. Grayscale: #BFBFBF. Windows color (decimal): -6106449 or 11522722. OLE color: 11522722.
HSL color Cylindrical-coordinate representation of color #A2D2AF: hue angle of 136.25º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2D2AF is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 175 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.18 |
| HSL | 136.25º | 0.35% | 0.73% | - |
| HSV(B) | 136.25º | 0.23% | 0.82% | - |
| XYZ | 45.68 | 56.87 | 49.13 | - |
| YUV | 191.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 175 | 0.23 | 0 | 0.17 | 0.18 | 136.25 | 0.35 | 0.73 |
| Hex | A2 | D2 | AF | 17 | 0 | 11 | 12 | 88 | 23 | 49 |
| Octal | 242 | 322 | 257 | 27 | 0 | 21 | 22 | 210 | 43 | 111 |
| Binary | 10100010 | 11010010 | 10101111 | 10111 | 0 | 10001 | 10010 | 10001000 | 100011 | 1001001 |
Color Harmonies of #A2D2AF
Complementary color
Monochromatic Colors of #A2D2AF
Black with #A2D2AF
Text Example
Text Example
White with #A2D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D2AF; }
p { color: rgb(162,210,175); }
H1.HeaderClassName
{
color: #A2D2AF;
}
.AnyTagClassName
{
color: #A2D2AF;
}
</style>
background-color css
<style>
a { background-color: #A2D2AF; }
a { background-color: rgb(162,210,175); }
div.DivClassName
{
background-color: #A2D2AF;
}
.BgClassName
{
background-color: #A2D2AF;
}
</style>
border-color css
<style>
span { border-color: #A2D2AF; }
span { border-color: rgb(162,210,175); }
td.TdClassName
{
border-color: #A2D2AF;
}
.TagClassName
{
border-color: #A2D2AF;
}
</style>