Shades of Chinook #A2CDA6
Tints of Chinook #A2CDA6
RGB
CMYK
RGB Variations
Color information
#A2CDA6 (or 0xA2CDA6) is known color: Chinook. HEX triplet: A2, CD and A6. RGB value is (162,205,166). Sum of RGB (Red+Green+Blue) = 162+205+166=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CDA6 is #5D3259. Grayscale: #BBBBBB. Windows color (decimal): -6107738 or 10931618. OLE color: 10931618.
HSL color Cylindrical-coordinate representation of color #A2CDA6: hue angle of 125.58º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CDA6 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 205 | 166 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.20 |
| HSL | 125.58º | 0.3% | 0.72% | - |
| HSV(B) | 125.58º | 0.21% | 0.8% | - |
| XYZ | 43.61 | 54.1 | 44.22 | - |
| YUV | 187.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 205 | 166 | 0.21 | 0 | 0.19 | 0.20 | 125.58 | 0.3 | 0.72 |
| Hex | A2 | CD | A6 | 15 | 0 | 13 | 14 | 7E | 1E | 48 |
| Octal | 242 | 315 | 246 | 25 | 0 | 23 | 24 | 176 | 36 | 110 |
| Binary | 10100010 | 11001101 | 10100110 | 10101 | 0 | 10011 | 10100 | 1111110 | 11110 | 1001000 |
Color Harmonies of #A2CDA6
Complementary color
Monochromatic Colors of #A2CDA6
Black with #A2CDA6
Text Example
Text Example
White with #A2CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CDA6; }
p { color: rgb(162,205,166); }
H1.HeaderClassName
{
color: #A2CDA6;
}
.AnyTagClassName
{
color: #A2CDA6;
}
</style>
background-color css
<style>
a { background-color: #A2CDA6; }
a { background-color: rgb(162,205,166); }
div.DivClassName
{
background-color: #A2CDA6;
}
.BgClassName
{
background-color: #A2CDA6;
}
</style>
border-color css
<style>
span { border-color: #A2CDA6; }
span { border-color: rgb(162,205,166); }
td.TdClassName
{
border-color: #A2CDA6;
}
.TagClassName
{
border-color: #A2CDA6;
}
</style>