Shades of Chinook #A3D9AD
Tints of Chinook #A3D9AD
RGB
CMYK
RGB Variations
Color information
#A3D9AD (or 0xA3D9AD) is known color: Chinook. HEX triplet: A3, D9 and AD. RGB value is (163,217,173). Sum of RGB (Red+Green+Blue) = 163+217+173=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D9AD is #5C2652. Grayscale: #C3C3C3. Windows color (decimal): -6039123 or 11393443. OLE color: 11393443.
HSL color Cylindrical-coordinate representation of color #A3D9AD: hue angle of 131.11º degrees, saturation: 0.42, 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 #A3D9AD is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 217 | 173 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.15 |
| HSL | 131.11º | 0.42% | 0.75% | - |
| HSV(B) | 131.11º | 0.25% | 0.85% | - |
| XYZ | 47.46 | 60.43 | 48.7 | - |
| YUV | 195.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 217 | 173 | 0.25 | 0 | 0.20 | 0.15 | 131.11 | 0.42 | 0.75 |
| Hex | A3 | D9 | AD | 19 | 0 | 14 | F | 83 | 2A | 4B |
| Octal | 243 | 331 | 255 | 31 | 0 | 24 | 17 | 203 | 52 | 113 |
| Binary | 10100011 | 11011001 | 10101101 | 11001 | 0 | 10100 | 1111 | 10000011 | 101010 | 1001011 |
Color Harmonies of #A3D9AD
Complementary color
Monochromatic Colors of #A3D9AD
Black with #A3D9AD
Text Example
Text Example
White with #A3D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D9AD; }
p { color: rgb(163,217,173); }
H1.HeaderClassName
{
color: #A3D9AD;
}
.AnyTagClassName
{
color: #A3D9AD;
}
</style>
background-color css
<style>
a { background-color: #A3D9AD; }
a { background-color: rgb(163,217,173); }
div.DivClassName
{
background-color: #A3D9AD;
}
.BgClassName
{
background-color: #A3D9AD;
}
</style>
border-color css
<style>
span { border-color: #A3D9AD; }
span { border-color: rgb(163,217,173); }
td.TdClassName
{
border-color: #A3D9AD;
}
.TagClassName
{
border-color: #A3D9AD;
}
</style>