Shades of Chinook #A2DDAC
Tints of Chinook #A2DDAC
RGB
CMYK
RGB Variations
Color information
#A2DDAC (or 0xA2DDAC) is known color: Chinook. HEX triplet: A2, DD and AC. RGB value is (162,221,172). Sum of RGB (Red+Green+Blue) = 162+221+172=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DDAC is #5D2253. Grayscale: #C5C5C5. Windows color (decimal): -6103636 or 11328930. OLE color: 11328930.
HSL color Cylindrical-coordinate representation of color #A2DDAC: hue angle of 130.17º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DDAC is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 172 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.13 |
| HSL | 130.17º | 0.46% | 0.75% | - |
| HSV(B) | 130.17º | 0.27% | 0.87% | - |
| XYZ | 48.2 | 62.37 | 48.53 | - |
| YUV | 197.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 172 | 0.27 | 0 | 0.22 | 0.13 | 130.17 | 0.46 | 0.75 |
| Hex | A2 | DD | AC | 1B | 0 | 16 | D | 82 | 2E | 4B |
| Octal | 242 | 335 | 254 | 33 | 0 | 26 | 15 | 202 | 56 | 113 |
| Binary | 10100010 | 11011101 | 10101100 | 11011 | 0 | 10110 | 1101 | 10000010 | 101110 | 1001011 |
Color Harmonies of #A2DDAC
Complementary color
Monochromatic Colors of #A2DDAC
Black with #A2DDAC
Text Example
Text Example
White with #A2DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDAC; }
p { color: rgb(162,221,172); }
H1.HeaderClassName
{
color: #A2DDAC;
}
.AnyTagClassName
{
color: #A2DDAC;
}
</style>
background-color css
<style>
a { background-color: #A2DDAC; }
a { background-color: rgb(162,221,172); }
div.DivClassName
{
background-color: #A2DDAC;
}
.BgClassName
{
background-color: #A2DDAC;
}
</style>
border-color css
<style>
span { border-color: #A2DDAC; }
span { border-color: rgb(162,221,172); }
td.TdClassName
{
border-color: #A2DDAC;
}
.TagClassName
{
border-color: #A2DDAC;
}
</style>