Shades of Chinook #A7D6AF
Tints of Chinook #A7D6AF
RGB
CMYK
RGB Variations
Color information
#A7D6AF (or 0xA7D6AF) is known color: Chinook. HEX triplet: A7, D6 and AF. RGB value is (167,214,175). Sum of RGB (Red+Green+Blue) = 167+214+175=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D6AF is #582950. Grayscale: #C3C3C3. Windows color (decimal): -5777745 or 11523751. OLE color: 11523751.
HSL color Cylindrical-coordinate representation of color #A7D6AF: hue angle of 130.21º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7D6AF is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 175 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.16 |
| HSL | 130.21º | 0.36% | 0.75% | - |
| HSV(B) | 130.21º | 0.22% | 0.84% | - |
| XYZ | 47.72 | 59.4 | 49.51 | - |
| YUV | 195.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 175 | 0.22 | 0 | 0.18 | 0.16 | 130.21 | 0.36 | 0.75 |
| Hex | A7 | D6 | AF | 16 | 0 | 12 | 10 | 82 | 24 | 4B |
| Octal | 247 | 326 | 257 | 26 | 0 | 22 | 20 | 202 | 44 | 113 |
| Binary | 10100111 | 11010110 | 10101111 | 10110 | 0 | 10010 | 10000 | 10000010 | 100100 | 1001011 |
Color Harmonies of #A7D6AF
Complementary color
Monochromatic Colors of #A7D6AF
Black with #A7D6AF
Text Example
Text Example
White with #A7D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D6AF; }
p { color: rgb(167,214,175); }
H1.HeaderClassName
{
color: #A7D6AF;
}
.AnyTagClassName
{
color: #A7D6AF;
}
</style>
background-color css
<style>
a { background-color: #A7D6AF; }
a { background-color: rgb(167,214,175); }
div.DivClassName
{
background-color: #A7D6AF;
}
.BgClassName
{
background-color: #A7D6AF;
}
</style>
border-color css
<style>
span { border-color: #A7D6AF; }
span { border-color: rgb(167,214,175); }
td.TdClassName
{
border-color: #A7D6AF;
}
.TagClassName
{
border-color: #A7D6AF;
}
</style>