Shades of Chinook #A1D5AE
Tints of Chinook #A1D5AE
RGB
CMYK
RGB Variations
Color information
#A1D5AE (or 0xA1D5AE) is known color: Chinook. HEX triplet: A1, D5 and AE. RGB value is (161,213,174). Sum of RGB (Red+Green+Blue) = 161+213+174=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D5AE is #5E2A51. Grayscale: #C1C1C1. Windows color (decimal): -6171218 or 11457953. OLE color: 11457953.
HSL color Cylindrical-coordinate representation of color #A1D5AE: hue angle of 135º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D5AE is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 174 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.16 |
| HSL | 135º | 0.38% | 0.73% | - |
| HSV(B) | 135º | 0.24% | 0.84% | - |
| XYZ | 46.13 | 58.22 | 48.85 | - |
| YUV | 193.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 174 | 0.24 | 0 | 0.18 | 0.16 | 135 | 0.38 | 0.73 |
| Hex | A1 | D5 | AE | 18 | 0 | 12 | 10 | 87 | 26 | 49 |
| Octal | 241 | 325 | 256 | 30 | 0 | 22 | 20 | 207 | 46 | 111 |
| Binary | 10100001 | 11010101 | 10101110 | 11000 | 0 | 10010 | 10000 | 10000111 | 100110 | 1001001 |
Color Harmonies of #A1D5AE
Complementary color
Monochromatic Colors of #A1D5AE
Black with #A1D5AE
Text Example
Text Example
White with #A1D5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D5AE; }
p { color: rgb(161,213,174); }
H1.HeaderClassName
{
color: #A1D5AE;
}
.AnyTagClassName
{
color: #A1D5AE;
}
</style>
background-color css
<style>
a { background-color: #A1D5AE; }
a { background-color: rgb(161,213,174); }
div.DivClassName
{
background-color: #A1D5AE;
}
.BgClassName
{
background-color: #A1D5AE;
}
</style>
border-color css
<style>
span { border-color: #A1D5AE; }
span { border-color: rgb(161,213,174); }
td.TdClassName
{
border-color: #A1D5AE;
}
.TagClassName
{
border-color: #A1D5AE;
}
</style>