Shades of Chinook #A7D4AF
Tints of Chinook #A7D4AF
RGB
CMYK
RGB Variations
Color information
#A7D4AF (or 0xA7D4AF) is known color: Chinook. HEX triplet: A7, D4 and AF. RGB value is (167,212,175). Sum of RGB (Red+Green+Blue) = 167+212+175=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 212 - color contains mainly: green. Hex color #A7D4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D4AF is #582B50. Grayscale: #C2C2C2. Windows color (decimal): -5778257 or 11523239. OLE color: 11523239.
HSL color Cylindrical-coordinate representation of color #A7D4AF: hue angle of 130.67º 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 #A7D4AF is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 212 | 175 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.17 |
| HSL | 130.67º | 0.34% | 0.74% | - |
| HSV(B) | 130.67º | 0.21% | 0.83% | - |
| XYZ | 47.22 | 58.4 | 49.34 | - |
| YUV | 194.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 212 | 175 | 0.21 | 0 | 0.17 | 0.17 | 130.67 | 0.34 | 0.74 |
| Hex | A7 | D4 | AF | 15 | 0 | 11 | 11 | 83 | 22 | 4A |
| Octal | 247 | 324 | 257 | 25 | 0 | 21 | 21 | 203 | 42 | 112 |
| Binary | 10100111 | 11010100 | 10101111 | 10101 | 0 | 10001 | 10001 | 10000011 | 100010 | 1001010 |
Color Harmonies of #A7D4AF
Complementary color
Monochromatic Colors of #A7D4AF
Black with #A7D4AF
Text Example
Text Example
White with #A7D4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D4AF; }
p { color: rgb(167,212,175); }
H1.HeaderClassName
{
color: #A7D4AF;
}
.AnyTagClassName
{
color: #A7D4AF;
}
</style>
background-color css
<style>
a { background-color: #A7D4AF; }
a { background-color: rgb(167,212,175); }
div.DivClassName
{
background-color: #A7D4AF;
}
.BgClassName
{
background-color: #A7D4AF;
}
</style>
border-color css
<style>
span { border-color: #A7D4AF; }
span { border-color: rgb(167,212,175); }
td.TdClassName
{
border-color: #A7D4AF;
}
.TagClassName
{
border-color: #A7D4AF;
}
</style>