Shades of Chinook #A0D2A3
Tints of Chinook #A0D2A3
RGB
CMYK
RGB Variations
Color information
#A0D2A3 (or 0xA0D2A3) is known color: Chinook. HEX triplet: A0, D2 and A3. RGB value is (160,210,163). Sum of RGB (Red+Green+Blue) = 160+210+163=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D2A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D2A3 is #5F2D5C. Grayscale: #BDBDBD. Windows color (decimal): -6237533 or 10736288. OLE color: 10736288.
HSL color Cylindrical-coordinate representation of color #A0D2A3: hue angle of 123.6º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D2A3 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 163 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.18 |
| HSL | 123.6º | 0.36% | 0.73% | - |
| HSV(B) | 123.6º | 0.24% | 0.82% | - |
| XYZ | 44.15 | 56.21 | 43.17 | - |
| YUV | 189.69 | 112.94 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 163 | 0.24 | 0 | 0.22 | 0.18 | 123.6 | 0.36 | 0.73 |
| Hex | A0 | D2 | A3 | 18 | 0 | 16 | 12 | 7C | 24 | 49 |
| Octal | 240 | 322 | 243 | 30 | 0 | 26 | 22 | 174 | 44 | 111 |
| Binary | 10100000 | 11010010 | 10100011 | 11000 | 0 | 10110 | 10010 | 1111100 | 100100 | 1001001 |
Color Harmonies of #A0D2A3
Complementary color
Monochromatic Colors of #A0D2A3
Black with #A0D2A3
Text Example
Text Example
White with #A0D2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D2A3; }
p { color: rgb(160,210,163); }
H1.HeaderClassName
{
color: #A0D2A3;
}
.AnyTagClassName
{
color: #A0D2A3;
}
</style>
background-color css
<style>
a { background-color: #A0D2A3; }
a { background-color: rgb(160,210,163); }
div.DivClassName
{
background-color: #A0D2A3;
}
.BgClassName
{
background-color: #A0D2A3;
}
</style>
border-color css
<style>
span { border-color: #A0D2A3; }
span { border-color: rgb(160,210,163); }
td.TdClassName
{
border-color: #A0D2A3;
}
.TagClassName
{
border-color: #A0D2A3;
}
</style>