Shades of Chinook #A7D2AA
Tints of Chinook #A7D2AA
RGB
CMYK
RGB Variations
Color information
#A7D2AA (or 0xA7D2AA) is known color: Chinook. HEX triplet: A7, D2 and AA. RGB value is (167,210,170). Sum of RGB (Red+Green+Blue) = 167+210+170=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D2AA is #582D55. Grayscale: #C0C0C0. Windows color (decimal): -5778774 or 11195047. OLE color: 11195047.
HSL color Cylindrical-coordinate representation of color #A7D2AA: hue angle of 124.19º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7D2AA is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 210 | 170 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.18 |
| HSL | 124.19º | 0.32% | 0.74% | - |
| HSV(B) | 124.19º | 0.2% | 0.82% | - |
| XYZ | 46.24 | 57.21 | 46.64 | - |
| YUV | 192.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 210 | 170 | 0.20 | 0 | 0.19 | 0.18 | 124.19 | 0.32 | 0.74 |
| Hex | A7 | D2 | AA | 14 | 0 | 13 | 12 | 7C | 20 | 4A |
| Octal | 247 | 322 | 252 | 24 | 0 | 23 | 22 | 174 | 40 | 112 |
| Binary | 10100111 | 11010010 | 10101010 | 10100 | 0 | 10011 | 10010 | 1111100 | 100000 | 1001010 |
Color Harmonies of #A7D2AA
Complementary color
Monochromatic Colors of #A7D2AA
Black with #A7D2AA
Text Example
Text Example
White with #A7D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D2AA; }
p { color: rgb(167,210,170); }
H1.HeaderClassName
{
color: #A7D2AA;
}
.AnyTagClassName
{
color: #A7D2AA;
}
</style>
background-color css
<style>
a { background-color: #A7D2AA; }
a { background-color: rgb(167,210,170); }
div.DivClassName
{
background-color: #A7D2AA;
}
.BgClassName
{
background-color: #A7D2AA;
}
</style>
border-color css
<style>
span { border-color: #A7D2AA; }
span { border-color: rgb(167,210,170); }
td.TdClassName
{
border-color: #A7D2AA;
}
.TagClassName
{
border-color: #A7D2AA;
}
</style>