Shades of Chinook #A0D8A3
Tints of Chinook #A0D8A3
RGB
CMYK
RGB Variations
Color information
#A0D8A3 (or 0xA0D8A3) is known color: Chinook. HEX triplet: A0, D8 and A3. RGB value is (160,216,163). Sum of RGB (Red+Green+Blue) = 160+216+163=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D8A3 is #5F275C. Grayscale: #C1C1C1. Windows color (decimal): -6235997 or 10737824. OLE color: 10737824.
HSL color Cylindrical-coordinate representation of color #A0D8A3: hue angle of 123.21º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D8A3 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 163 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.15 |
| HSL | 123.21º | 0.42% | 0.74% | - |
| HSV(B) | 123.21º | 0.26% | 0.85% | - |
| XYZ | 45.66 | 59.23 | 43.68 | - |
| YUV | 193.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 163 | 0.26 | 0 | 0.25 | 0.15 | 123.21 | 0.42 | 0.74 |
| Hex | A0 | D8 | A3 | 1A | 0 | 19 | F | 7B | 2A | 4A |
| Octal | 240 | 330 | 243 | 32 | 0 | 31 | 17 | 173 | 52 | 112 |
| Binary | 10100000 | 11011000 | 10100011 | 11010 | 0 | 11001 | 1111 | 1111011 | 101010 | 1001010 |
Color Harmonies of #A0D8A3
Complementary color
Monochromatic Colors of #A0D8A3
Black with #A0D8A3
Text Example
Text Example
White with #A0D8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8A3; }
p { color: rgb(160,216,163); }
H1.HeaderClassName
{
color: #A0D8A3;
}
.AnyTagClassName
{
color: #A0D8A3;
}
</style>
background-color css
<style>
a { background-color: #A0D8A3; }
a { background-color: rgb(160,216,163); }
div.DivClassName
{
background-color: #A0D8A3;
}
.BgClassName
{
background-color: #A0D8A3;
}
</style>
border-color css
<style>
span { border-color: #A0D8A3; }
span { border-color: rgb(160,216,163); }
td.TdClassName
{
border-color: #A0D8A3;
}
.TagClassName
{
border-color: #A0D8A3;
}
</style>