Shades of Chinook #A6D5AF
Tints of Chinook #A6D5AF
RGB
CMYK
RGB Variations
Color information
#A6D5AF (or 0xA6D5AF) is known color: Chinook. HEX triplet: A6, D5 and AF. RGB value is (166,213,175). Sum of RGB (Red+Green+Blue) = 166+213+175=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D5AF is #592A50. Grayscale: #C2C2C2. Windows color (decimal): -5843537 or 11523494. OLE color: 11523494.
HSL color Cylindrical-coordinate representation of color #A6D5AF: hue angle of 131.49º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D5AF is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 175 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.16 |
| HSL | 131.49º | 0.36% | 0.74% | - |
| HSV(B) | 131.49º | 0.22% | 0.84% | - |
| XYZ | 47.26 | 58.79 | 49.41 | - |
| YUV | 194.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 175 | 0.22 | 0 | 0.18 | 0.16 | 131.49 | 0.36 | 0.74 |
| Hex | A6 | D5 | AF | 16 | 0 | 12 | 10 | 83 | 24 | 4A |
| Octal | 246 | 325 | 257 | 26 | 0 | 22 | 20 | 203 | 44 | 112 |
| Binary | 10100110 | 11010101 | 10101111 | 10110 | 0 | 10010 | 10000 | 10000011 | 100100 | 1001010 |
Color Harmonies of #A6D5AF
Complementary color
Monochromatic Colors of #A6D5AF
Black with #A6D5AF
Text Example
Text Example
White with #A6D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D5AF; }
p { color: rgb(166,213,175); }
H1.HeaderClassName
{
color: #A6D5AF;
}
.AnyTagClassName
{
color: #A6D5AF;
}
</style>
background-color css
<style>
a { background-color: #A6D5AF; }
a { background-color: rgb(166,213,175); }
div.DivClassName
{
background-color: #A6D5AF;
}
.BgClassName
{
background-color: #A6D5AF;
}
</style>
border-color css
<style>
span { border-color: #A6D5AF; }
span { border-color: rgb(166,213,175); }
td.TdClassName
{
border-color: #A6D5AF;
}
.TagClassName
{
border-color: #A6D5AF;
}
</style>