Shades of Chinook #A4CFA6
Tints of Chinook #A4CFA6
RGB
CMYK
RGB Variations
Color information
#A4CFA6 (or 0xA4CFA6) is known color: Chinook. HEX triplet: A4, CF and A6. RGB value is (164,207,166). Sum of RGB (Red+Green+Blue) = 164+207+166=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CFA6 is #5B3059. Grayscale: #BDBDBD. Windows color (decimal): -5976154 or 10932132. OLE color: 10932132.
HSL color Cylindrical-coordinate representation of color #A4CFA6: hue angle of 122.79º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4CFA6 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 166 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.19 |
| HSL | 122.79º | 0.31% | 0.73% | - |
| HSV(B) | 122.79º | 0.21% | 0.81% | - |
| XYZ | 44.51 | 55.27 | 44.4 | - |
| YUV | 189.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 166 | 0.21 | 0 | 0.20 | 0.19 | 122.79 | 0.31 | 0.73 |
| Hex | A4 | CF | A6 | 15 | 0 | 14 | 13 | 7B | 1F | 49 |
| Octal | 244 | 317 | 246 | 25 | 0 | 24 | 23 | 173 | 37 | 111 |
| Binary | 10100100 | 11001111 | 10100110 | 10101 | 0 | 10100 | 10011 | 1111011 | 11111 | 1001001 |
Color Harmonies of #A4CFA6
Complementary color
Monochromatic Colors of #A4CFA6
Black with #A4CFA6
Text Example
Text Example
White with #A4CFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFA6; }
p { color: rgb(164,207,166); }
H1.HeaderClassName
{
color: #A4CFA6;
}
.AnyTagClassName
{
color: #A4CFA6;
}
</style>
background-color css
<style>
a { background-color: #A4CFA6; }
a { background-color: rgb(164,207,166); }
div.DivClassName
{
background-color: #A4CFA6;
}
.BgClassName
{
background-color: #A4CFA6;
}
</style>
border-color css
<style>
span { border-color: #A4CFA6; }
span { border-color: rgb(164,207,166); }
td.TdClassName
{
border-color: #A4CFA6;
}
.TagClassName
{
border-color: #A4CFA6;
}
</style>