Shades of Chinook #A2DCAE
Tints of Chinook #A2DCAE
RGB
CMYK
RGB Variations
Color information
#A2DCAE (or 0xA2DCAE) is known color: Chinook. HEX triplet: A2, DC and AE. RGB value is (162,220,174). Sum of RGB (Red+Green+Blue) = 162+220+174=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DCAE is #5D2351. Grayscale: #C5C5C5. Windows color (decimal): -6103890 or 11459746. OLE color: 11459746.
HSL color Cylindrical-coordinate representation of color #A2DCAE: hue angle of 132.41º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DCAE is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 174 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.14 |
| HSL | 132.41º | 0.45% | 0.75% | - |
| HSV(B) | 132.41º | 0.26% | 0.86% | - |
| XYZ | 48.13 | 61.92 | 49.46 | - |
| YUV | 197.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 174 | 0.26 | 0 | 0.21 | 0.14 | 132.41 | 0.45 | 0.75 |
| Hex | A2 | DC | AE | 1A | 0 | 15 | E | 84 | 2D | 4B |
| Octal | 242 | 334 | 256 | 32 | 0 | 25 | 16 | 204 | 55 | 113 |
| Binary | 10100010 | 11011100 | 10101110 | 11010 | 0 | 10101 | 1110 | 10000100 | 101101 | 1001011 |
Color Harmonies of #A2DCAE
Complementary color
Monochromatic Colors of #A2DCAE
Black with #A2DCAE
Text Example
Text Example
White with #A2DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCAE; }
p { color: rgb(162,220,174); }
H1.HeaderClassName
{
color: #A2DCAE;
}
.AnyTagClassName
{
color: #A2DCAE;
}
</style>
background-color css
<style>
a { background-color: #A2DCAE; }
a { background-color: rgb(162,220,174); }
div.DivClassName
{
background-color: #A2DCAE;
}
.BgClassName
{
background-color: #A2DCAE;
}
</style>
border-color css
<style>
span { border-color: #A2DCAE; }
span { border-color: rgb(162,220,174); }
td.TdClassName
{
border-color: #A2DCAE;
}
.TagClassName
{
border-color: #A2DCAE;
}
</style>