Shades of Chinook #A3DAAA
Tints of Chinook #A3DAAA
RGB
CMYK
RGB Variations
Color information
#A3DAAA (or 0xA3DAAA) is known color: Chinook. HEX triplet: A3, DA and AA. RGB value is (163,218,170). Sum of RGB (Red+Green+Blue) = 163+218+170=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DAAA is #5C2555. Grayscale: #C4C4C4. Windows color (decimal): -6038870 or 11197091. OLE color: 11197091.
HSL color Cylindrical-coordinate representation of color #A3DAAA: hue angle of 127.64º 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 #A3DAAA is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 170 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.15 |
| HSL | 127.64º | 0.43% | 0.75% | - |
| HSV(B) | 127.64º | 0.25% | 0.85% | - |
| XYZ | 47.43 | 60.83 | 47.27 | - |
| YUV | 196.08 | 113.28 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 170 | 0.25 | 0 | 0.22 | 0.15 | 127.64 | 0.43 | 0.75 |
| Hex | A3 | DA | AA | 19 | 0 | 16 | F | 80 | 2B | 4B |
| Octal | 243 | 332 | 252 | 31 | 0 | 26 | 17 | 200 | 53 | 113 |
| Binary | 10100011 | 11011010 | 10101010 | 11001 | 0 | 10110 | 1111 | 10000000 | 101011 | 1001011 |
Color Harmonies of #A3DAAA
Complementary color
Monochromatic Colors of #A3DAAA
Black with #A3DAAA
Text Example
Text Example
White with #A3DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DAAA; }
p { color: rgb(163,218,170); }
H1.HeaderClassName
{
color: #A3DAAA;
}
.AnyTagClassName
{
color: #A3DAAA;
}
</style>
background-color css
<style>
a { background-color: #A3DAAA; }
a { background-color: rgb(163,218,170); }
div.DivClassName
{
background-color: #A3DAAA;
}
.BgClassName
{
background-color: #A3DAAA;
}
</style>
border-color css
<style>
span { border-color: #A3DAAA; }
span { border-color: rgb(163,218,170); }
td.TdClassName
{
border-color: #A3DAAA;
}
.TagClassName
{
border-color: #A3DAAA;
}
</style>