Shades of Chinook #A0CFAC
Tints of Chinook #A0CFAC
RGB
CMYK
RGB Variations
Color information
#A0CFAC (or 0xA0CFAC) is known color: Chinook. HEX triplet: A0, CF and AC. RGB value is (160,207,172). Sum of RGB (Red+Green+Blue) = 160+207+172=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CFAC is #5F3053. Grayscale: #BDBDBD. Windows color (decimal): -6238292 or 11325344. OLE color: 11325344.
HSL color Cylindrical-coordinate representation of color #A0CFAC: hue angle of 135.32º 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 #A0CFAC is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 172 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.19 |
| HSL | 135.32º | 0.33% | 0.72% | - |
| HSV(B) | 135.32º | 0.23% | 0.81% | - |
| XYZ | 44.26 | 55.08 | 47.33 | - |
| YUV | 188.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 172 | 0.23 | 0 | 0.17 | 0.19 | 135.32 | 0.33 | 0.72 |
| Hex | A0 | CF | AC | 17 | 0 | 11 | 13 | 87 | 21 | 48 |
| Octal | 240 | 317 | 254 | 27 | 0 | 21 | 23 | 207 | 41 | 110 |
| Binary | 10100000 | 11001111 | 10101100 | 10111 | 0 | 10001 | 10011 | 10000111 | 100001 | 1001000 |
Color Harmonies of #A0CFAC
Complementary color
Monochromatic Colors of #A0CFAC
Black with #A0CFAC
Text Example
Text Example
White with #A0CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFAC; }
p { color: rgb(160,207,172); }
H1.HeaderClassName
{
color: #A0CFAC;
}
.AnyTagClassName
{
color: #A0CFAC;
}
</style>
background-color css
<style>
a { background-color: #A0CFAC; }
a { background-color: rgb(160,207,172); }
div.DivClassName
{
background-color: #A0CFAC;
}
.BgClassName
{
background-color: #A0CFAC;
}
</style>
border-color css
<style>
span { border-color: #A0CFAC; }
span { border-color: rgb(160,207,172); }
td.TdClassName
{
border-color: #A0CFAC;
}
.TagClassName
{
border-color: #A0CFAC;
}
</style>