Shades of Chinook #A2D2AD
Tints of Chinook #A2D2AD
RGB
CMYK
RGB Variations
Color information
#A2D2AD (or 0xA2D2AD) is known color: Chinook. HEX triplet: A2, D2 and AD. RGB value is (162,210,173). Sum of RGB (Red+Green+Blue) = 162+210+173=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D2AD is #5D2D52. Grayscale: #BFBFBF. Windows color (decimal): -6106451 or 11391650. OLE color: 11391650.
HSL color Cylindrical-coordinate representation of color #A2D2AD: hue angle of 133.75º 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 #A2D2AD is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 173 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.18 |
| HSL | 133.75º | 0.35% | 0.73% | - |
| HSV(B) | 133.75º | 0.23% | 0.82% | - |
| XYZ | 45.49 | 56.79 | 48.1 | - |
| YUV | 191.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 173 | 0.23 | 0 | 0.18 | 0.18 | 133.75 | 0.35 | 0.73 |
| Hex | A2 | D2 | AD | 17 | 0 | 12 | 12 | 86 | 23 | 49 |
| Octal | 242 | 322 | 255 | 27 | 0 | 22 | 22 | 206 | 43 | 111 |
| Binary | 10100010 | 11010010 | 10101101 | 10111 | 0 | 10010 | 10010 | 10000110 | 100011 | 1001001 |
Color Harmonies of #A2D2AD
Complementary color
Monochromatic Colors of #A2D2AD
Black with #A2D2AD
Text Example
Text Example
White with #A2D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D2AD; }
p { color: rgb(162,210,173); }
H1.HeaderClassName
{
color: #A2D2AD;
}
.AnyTagClassName
{
color: #A2D2AD;
}
</style>
background-color css
<style>
a { background-color: #A2D2AD; }
a { background-color: rgb(162,210,173); }
div.DivClassName
{
background-color: #A2D2AD;
}
.BgClassName
{
background-color: #A2D2AD;
}
</style>
border-color css
<style>
span { border-color: #A2D2AD; }
span { border-color: rgb(162,210,173); }
td.TdClassName
{
border-color: #A2D2AD;
}
.TagClassName
{
border-color: #A2D2AD;
}
</style>