Shades of Chinook #A3D5AA
Tints of Chinook #A3D5AA
RGB
CMYK
RGB Variations
Color information
#A3D5AA (or 0xA3D5AA) is known color: Chinook. HEX triplet: A3, D5 and AA. RGB value is (163,213,170). Sum of RGB (Red+Green+Blue) = 163+213+170=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D5AA is #5C2A55. Grayscale: #C1C1C1. Windows color (decimal): -6040150 or 11195811. OLE color: 11195811.
HSL color Cylindrical-coordinate representation of color #A3D5AA: hue angle of 128.4º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3D5AA is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 213 | 170 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.16 |
| HSL | 128.4º | 0.37% | 0.74% | - |
| HSV(B) | 128.4º | 0.23% | 0.84% | - |
| XYZ | 46.15 | 58.28 | 46.85 | - |
| YUV | 193.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 213 | 170 | 0.23 | 0 | 0.20 | 0.16 | 128.4 | 0.37 | 0.74 |
| Hex | A3 | D5 | AA | 17 | 0 | 14 | 10 | 80 | 25 | 4A |
| Octal | 243 | 325 | 252 | 27 | 0 | 24 | 20 | 200 | 45 | 112 |
| Binary | 10100011 | 11010101 | 10101010 | 10111 | 0 | 10100 | 10000 | 10000000 | 100101 | 1001010 |
Color Harmonies of #A3D5AA
Complementary color
Monochromatic Colors of #A3D5AA
Black with #A3D5AA
Text Example
Text Example
White with #A3D5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D5AA; }
p { color: rgb(163,213,170); }
H1.HeaderClassName
{
color: #A3D5AA;
}
.AnyTagClassName
{
color: #A3D5AA;
}
</style>
background-color css
<style>
a { background-color: #A3D5AA; }
a { background-color: rgb(163,213,170); }
div.DivClassName
{
background-color: #A3D5AA;
}
.BgClassName
{
background-color: #A3D5AA;
}
</style>
border-color css
<style>
span { border-color: #A3D5AA; }
span { border-color: rgb(163,213,170); }
td.TdClassName
{
border-color: #A3D5AA;
}
.TagClassName
{
border-color: #A3D5AA;
}
</style>