Shades of Chinook #A3DAA9
Tints of Chinook #A3DAA9
RGB
CMYK
RGB Variations
Color information
#A3DAA9 (or 0xA3DAA9) is known color: Chinook. HEX triplet: A3, DA and A9. RGB value is (163,218,169). Sum of RGB (Red+Green+Blue) = 163+218+169=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DAA9 is #5C2556. Grayscale: #C4C4C4. Windows color (decimal): -6038871 or 11131555. OLE color: 11131555.
HSL color Cylindrical-coordinate representation of color #A3DAA9: hue angle of 126.55º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3DAA9 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 169 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.15 |
| HSL | 126.55º | 0.43% | 0.75% | - |
| HSV(B) | 126.55º | 0.25% | 0.85% | - |
| XYZ | 47.34 | 60.79 | 46.78 | - |
| YUV | 195.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 169 | 0.25 | 0 | 0.22 | 0.15 | 126.55 | 0.43 | 0.75 |
| Hex | A3 | DA | A9 | 19 | 0 | 16 | F | 7F | 2B | 4B |
| Octal | 243 | 332 | 251 | 31 | 0 | 26 | 17 | 177 | 53 | 113 |
| Binary | 10100011 | 11011010 | 10101001 | 11001 | 0 | 10110 | 1111 | 1111111 | 101011 | 1001011 |
Color Harmonies of #A3DAA9
Complementary color
Monochromatic Colors of #A3DAA9
Black with #A3DAA9
Text Example
Text Example
White with #A3DAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DAA9; }
p { color: rgb(163,218,169); }
H1.HeaderClassName
{
color: #A3DAA9;
}
.AnyTagClassName
{
color: #A3DAA9;
}
</style>
background-color css
<style>
a { background-color: #A3DAA9; }
a { background-color: rgb(163,218,169); }
div.DivClassName
{
background-color: #A3DAA9;
}
.BgClassName
{
background-color: #A3DAA9;
}
</style>
border-color css
<style>
span { border-color: #A3DAA9; }
span { border-color: rgb(163,218,169); }
td.TdClassName
{
border-color: #A3DAA9;
}
.TagClassName
{
border-color: #A3DAA9;
}
</style>