Shades of Chinook #A2CDA7
Tints of Chinook #A2CDA7
RGB
CMYK
RGB Variations
Color information
#A2CDA7 (or 0xA2CDA7) is known color: Chinook. HEX triplet: A2, CD and A7. RGB value is (162,205,167). Sum of RGB (Red+Green+Blue) = 162+205+167=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CDA7 is #5D3258. Grayscale: #BBBBBB. Windows color (decimal): -6107737 or 10997154. OLE color: 10997154.
HSL color Cylindrical-coordinate representation of color #A2CDA7: hue angle of 126.98º 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 #A2CDA7 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 205 | 167 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.20 |
| HSL | 126.98º | 0.3% | 0.72% | - |
| HSV(B) | 126.98º | 0.21% | 0.8% | - |
| XYZ | 43.71 | 54.13 | 44.7 | - |
| YUV | 187.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 205 | 167 | 0.21 | 0 | 0.19 | 0.20 | 126.98 | 0.3 | 0.72 |
| Hex | A2 | CD | A7 | 15 | 0 | 13 | 14 | 7F | 1E | 48 |
| Octal | 242 | 315 | 247 | 25 | 0 | 23 | 24 | 177 | 36 | 110 |
| Binary | 10100010 | 11001101 | 10100111 | 10101 | 0 | 10011 | 10100 | 1111111 | 11110 | 1001000 |
Color Harmonies of #A2CDA7
Complementary color
Monochromatic Colors of #A2CDA7
Black with #A2CDA7
Text Example
Text Example
White with #A2CDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CDA7; }
p { color: rgb(162,205,167); }
H1.HeaderClassName
{
color: #A2CDA7;
}
.AnyTagClassName
{
color: #A2CDA7;
}
</style>
background-color css
<style>
a { background-color: #A2CDA7; }
a { background-color: rgb(162,205,167); }
div.DivClassName
{
background-color: #A2CDA7;
}
.BgClassName
{
background-color: #A2CDA7;
}
</style>
border-color css
<style>
span { border-color: #A2CDA7; }
span { border-color: rgb(162,205,167); }
td.TdClassName
{
border-color: #A2CDA7;
}
.TagClassName
{
border-color: #A2CDA7;
}
</style>