Shades of Chinook #A7D4AB
Tints of Chinook #A7D4AB
RGB
CMYK
RGB Variations
Color information
#A7D4AB (or 0xA7D4AB) is known color: Chinook. HEX triplet: A7, D4 and AB. RGB value is (167,212,171). Sum of RGB (Red+Green+Blue) = 167+212+171=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #A7D4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D4AB is #582B54. Grayscale: #C1C1C1. Windows color (decimal): -5778261 or 11261095. OLE color: 11261095.
HSL color Cylindrical-coordinate representation of color #A7D4AB: hue angle of 125.33º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7D4AB is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 212 | 171 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.17 |
| HSL | 125.33º | 0.34% | 0.74% | - |
| HSV(B) | 125.33º | 0.21% | 0.83% | - |
| XYZ | 46.83 | 58.24 | 47.3 | - |
| YUV | 193.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 212 | 171 | 0.21 | 0 | 0.19 | 0.17 | 125.33 | 0.34 | 0.74 |
| Hex | A7 | D4 | AB | 15 | 0 | 13 | 11 | 7D | 22 | 4A |
| Octal | 247 | 324 | 253 | 25 | 0 | 23 | 21 | 175 | 42 | 112 |
| Binary | 10100111 | 11010100 | 10101011 | 10101 | 0 | 10011 | 10001 | 1111101 | 100010 | 1001010 |
Color Harmonies of #A7D4AB
Complementary color
Monochromatic Colors of #A7D4AB
Black with #A7D4AB
Text Example
Text Example
White with #A7D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D4AB; }
p { color: rgb(167,212,171); }
H1.HeaderClassName
{
color: #A7D4AB;
}
.AnyTagClassName
{
color: #A7D4AB;
}
</style>
background-color css
<style>
a { background-color: #A7D4AB; }
a { background-color: rgb(167,212,171); }
div.DivClassName
{
background-color: #A7D4AB;
}
.BgClassName
{
background-color: #A7D4AB;
}
</style>
border-color css
<style>
span { border-color: #A7D4AB; }
span { border-color: rgb(167,212,171); }
td.TdClassName
{
border-color: #A7D4AB;
}
.TagClassName
{
border-color: #A7D4AB;
}
</style>