Shades of Chinook #A3D7AA
Tints of Chinook #A3D7AA
RGB
CMYK
RGB Variations
Color information
#A3D7AA (or 0xA3D7AA) is known color: Chinook. HEX triplet: A3, D7 and AA. RGB value is (163,215,170). Sum of RGB (Red+Green+Blue) = 163+215+170=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D7AA is #5C2855. Grayscale: #C2C2C2. Windows color (decimal): -6039638 or 11196323. OLE color: 11196323.
HSL color Cylindrical-coordinate representation of color #A3D7AA: hue angle of 128.08º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D7AA is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 215 | 170 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.16 |
| HSL | 128.08º | 0.39% | 0.74% | - |
| HSV(B) | 128.08º | 0.24% | 0.84% | - |
| XYZ | 46.66 | 59.29 | 47.02 | - |
| YUV | 194.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 215 | 170 | 0.24 | 0 | 0.21 | 0.16 | 128.08 | 0.39 | 0.74 |
| Hex | A3 | D7 | AA | 18 | 0 | 15 | 10 | 80 | 27 | 4A |
| Octal | 243 | 327 | 252 | 30 | 0 | 25 | 20 | 200 | 47 | 112 |
| Binary | 10100011 | 11010111 | 10101010 | 11000 | 0 | 10101 | 10000 | 10000000 | 100111 | 1001010 |
Color Harmonies of #A3D7AA
Complementary color
Monochromatic Colors of #A3D7AA
Black with #A3D7AA
Text Example
Text Example
White with #A3D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D7AA; }
p { color: rgb(163,215,170); }
H1.HeaderClassName
{
color: #A3D7AA;
}
.AnyTagClassName
{
color: #A3D7AA;
}
</style>
background-color css
<style>
a { background-color: #A3D7AA; }
a { background-color: rgb(163,215,170); }
div.DivClassName
{
background-color: #A3D7AA;
}
.BgClassName
{
background-color: #A3D7AA;
}
</style>
border-color css
<style>
span { border-color: #A3D7AA; }
span { border-color: rgb(163,215,170); }
td.TdClassName
{
border-color: #A3D7AA;
}
.TagClassName
{
border-color: #A3D7AA;
}
</style>