Shades of Chinook #A0D0AA
Tints of Chinook #A0D0AA
RGB
CMYK
RGB Variations
Color information
#A0D0AA (or 0xA0D0AA) is known color: Chinook. HEX triplet: A0, D0 and AA. RGB value is (160,208,170). Sum of RGB (Red+Green+Blue) = 160+208+170=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D0AA is #5F2F55. Grayscale: #BDBDBD. Windows color (decimal): -6238038 or 11194528. OLE color: 11194528.
HSL color Cylindrical-coordinate representation of color #A0D0AA: hue angle of 132.5º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D0AA is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 170 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.18 |
| HSL | 132.5º | 0.34% | 0.72% | - |
| HSV(B) | 132.5º | 0.23% | 0.82% | - |
| XYZ | 44.31 | 55.49 | 46.41 | - |
| YUV | 189.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 170 | 0.23 | 0 | 0.18 | 0.18 | 132.5 | 0.34 | 0.72 |
| Hex | A0 | D0 | AA | 17 | 0 | 12 | 12 | 84 | 22 | 48 |
| Octal | 240 | 320 | 252 | 27 | 0 | 22 | 22 | 204 | 42 | 110 |
| Binary | 10100000 | 11010000 | 10101010 | 10111 | 0 | 10010 | 10010 | 10000100 | 100010 | 1001000 |
Color Harmonies of #A0D0AA
Complementary color
Monochromatic Colors of #A0D0AA
Black with #A0D0AA
Text Example
Text Example
White with #A0D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D0AA; }
p { color: rgb(160,208,170); }
H1.HeaderClassName
{
color: #A0D0AA;
}
.AnyTagClassName
{
color: #A0D0AA;
}
</style>
background-color css
<style>
a { background-color: #A0D0AA; }
a { background-color: rgb(160,208,170); }
div.DivClassName
{
background-color: #A0D0AA;
}
.BgClassName
{
background-color: #A0D0AA;
}
</style>
border-color css
<style>
span { border-color: #A0D0AA; }
span { border-color: rgb(160,208,170); }
td.TdClassName
{
border-color: #A0D0AA;
}
.TagClassName
{
border-color: #A0D0AA;
}
</style>