Shades of Chinook #A0DFAF
Tints of Chinook #A0DFAF
RGB
CMYK
RGB Variations
Color information
#A0DFAF (or 0xA0DFAF) is known color: Chinook. HEX triplet: A0, DF and AF. RGB value is (160,223,175). Sum of RGB (Red+Green+Blue) = 160+223+175=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DFAF is #5F2050. Grayscale: #C6C6C6. Windows color (decimal): -6234193 or 11526048. OLE color: 11526048.
HSL color Cylindrical-coordinate representation of color #A0DFAF: hue angle of 134.29º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DFAF is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 175 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.13 |
| HSL | 134.29º | 0.5% | 0.75% | - |
| HSV(B) | 134.29º | 0.28% | 0.87% | - |
| XYZ | 48.62 | 63.34 | 50.22 | - |
| YUV | 198.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 175 | 0.28 | 0 | 0.22 | 0.13 | 134.29 | 0.5 | 0.75 |
| Hex | A0 | DF | AF | 1C | 0 | 16 | D | 86 | 32 | 4B |
| Octal | 240 | 337 | 257 | 34 | 0 | 26 | 15 | 206 | 62 | 113 |
| Binary | 10100000 | 11011111 | 10101111 | 11100 | 0 | 10110 | 1101 | 10000110 | 110010 | 1001011 |
Color Harmonies of #A0DFAF
Complementary color
Monochromatic Colors of #A0DFAF
Black with #A0DFAF
Text Example
Text Example
White with #A0DFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DFAF; }
p { color: rgb(160,223,175); }
H1.HeaderClassName
{
color: #A0DFAF;
}
.AnyTagClassName
{
color: #A0DFAF;
}
</style>
background-color css
<style>
a { background-color: #A0DFAF; }
a { background-color: rgb(160,223,175); }
div.DivClassName
{
background-color: #A0DFAF;
}
.BgClassName
{
background-color: #A0DFAF;
}
</style>
border-color css
<style>
span { border-color: #A0DFAF; }
span { border-color: rgb(160,223,175); }
td.TdClassName
{
border-color: #A0DFAF;
}
.TagClassName
{
border-color: #A0DFAF;
}
</style>