Shades of Chinook #A0D3AA
Tints of Chinook #A0D3AA
RGB
CMYK
RGB Variations
Color information
#A0D3AA (or 0xA0D3AA) is known color: Chinook. HEX triplet: A0, D3 and AA. RGB value is (160,211,170). Sum of RGB (Red+Green+Blue) = 160+211+170=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D3AA is #5F2C55. Grayscale: #BFBFBF. Windows color (decimal): -6237270 or 11195296. OLE color: 11195296.
HSL color Cylindrical-coordinate representation of color #A0D3AA: hue angle of 131.76º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D3AA is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 170 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.17 |
| HSL | 131.76º | 0.37% | 0.73% | - |
| HSV(B) | 131.76º | 0.24% | 0.83% | - |
| XYZ | 45.05 | 56.96 | 46.65 | - |
| YUV | 191.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 170 | 0.24 | 0 | 0.19 | 0.17 | 131.76 | 0.37 | 0.73 |
| Hex | A0 | D3 | AA | 18 | 0 | 13 | 11 | 84 | 25 | 49 |
| Octal | 240 | 323 | 252 | 30 | 0 | 23 | 21 | 204 | 45 | 111 |
| Binary | 10100000 | 11010011 | 10101010 | 11000 | 0 | 10011 | 10001 | 10000100 | 100101 | 1001001 |
Color Harmonies of #A0D3AA
Complementary color
Monochromatic Colors of #A0D3AA
Black with #A0D3AA
Text Example
Text Example
White with #A0D3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D3AA; }
p { color: rgb(160,211,170); }
H1.HeaderClassName
{
color: #A0D3AA;
}
.AnyTagClassName
{
color: #A0D3AA;
}
</style>
background-color css
<style>
a { background-color: #A0D3AA; }
a { background-color: rgb(160,211,170); }
div.DivClassName
{
background-color: #A0D3AA;
}
.BgClassName
{
background-color: #A0D3AA;
}
</style>
border-color css
<style>
span { border-color: #A0D3AA; }
span { border-color: rgb(160,211,170); }
td.TdClassName
{
border-color: #A0D3AA;
}
.TagClassName
{
border-color: #A0D3AA;
}
</style>