Shades of Chinook #A0CFA9
Tints of Chinook #A0CFA9
RGB
CMYK
RGB Variations
Color information
#A0CFA9 (or 0xA0CFA9) is known color: Chinook. HEX triplet: A0, CF and A9. RGB value is (160,207,169). Sum of RGB (Red+Green+Blue) = 160+207+169=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CFA9 is #5F3056. Grayscale: #BCBCBC. Windows color (decimal): -6238295 or 11128736. OLE color: 11128736.
HSL color Cylindrical-coordinate representation of color #A0CFA9: hue angle of 131.49º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CFA9 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 169 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.19 |
| HSL | 131.49º | 0.33% | 0.72% | - |
| HSV(B) | 131.49º | 0.23% | 0.81% | - |
| XYZ | 43.97 | 54.96 | 45.83 | - |
| YUV | 188.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 169 | 0.23 | 0 | 0.18 | 0.19 | 131.49 | 0.33 | 0.72 |
| Hex | A0 | CF | A9 | 17 | 0 | 12 | 13 | 83 | 21 | 48 |
| Octal | 240 | 317 | 251 | 27 | 0 | 22 | 23 | 203 | 41 | 110 |
| Binary | 10100000 | 11001111 | 10101001 | 10111 | 0 | 10010 | 10011 | 10000011 | 100001 | 1001000 |
Color Harmonies of #A0CFA9
Complementary color
Monochromatic Colors of #A0CFA9
Black with #A0CFA9
Text Example
Text Example
White with #A0CFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFA9; }
p { color: rgb(160,207,169); }
H1.HeaderClassName
{
color: #A0CFA9;
}
.AnyTagClassName
{
color: #A0CFA9;
}
</style>
background-color css
<style>
a { background-color: #A0CFA9; }
a { background-color: rgb(160,207,169); }
div.DivClassName
{
background-color: #A0CFA9;
}
.BgClassName
{
background-color: #A0CFA9;
}
</style>
border-color css
<style>
span { border-color: #A0CFA9; }
span { border-color: rgb(160,207,169); }
td.TdClassName
{
border-color: #A0CFA9;
}
.TagClassName
{
border-color: #A0CFA9;
}
</style>