Shades of Chinook #A1DDAE
Tints of Chinook #A1DDAE
RGB
CMYK
RGB Variations
Color information
#A1DDAE (or 0xA1DDAE) is known color: Chinook. HEX triplet: A1, DD and AE. RGB value is (161,221,174). Sum of RGB (Red+Green+Blue) = 161+221+174=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DDAE is #5E2251. Grayscale: #C5C5C5. Windows color (decimal): -6169170 or 11460001. OLE color: 11460001.
HSL color Cylindrical-coordinate representation of color #A1DDAE: hue angle of 133º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DDAE is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 174 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.13 |
| HSL | 133º | 0.47% | 0.75% | - |
| HSV(B) | 133º | 0.27% | 0.87% | - |
| XYZ | 48.19 | 62.35 | 49.54 | - |
| YUV | 197.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 174 | 0.27 | 0 | 0.21 | 0.13 | 133 | 0.47 | 0.75 |
| Hex | A1 | DD | AE | 1B | 0 | 15 | D | 85 | 2F | 4B |
| Octal | 241 | 335 | 256 | 33 | 0 | 25 | 15 | 205 | 57 | 113 |
| Binary | 10100001 | 11011101 | 10101110 | 11011 | 0 | 10101 | 1101 | 10000101 | 101111 | 1001011 |
Color Harmonies of #A1DDAE
Complementary color
Monochromatic Colors of #A1DDAE
Black with #A1DDAE
Text Example
Text Example
White with #A1DDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDAE; }
p { color: rgb(161,221,174); }
H1.HeaderClassName
{
color: #A1DDAE;
}
.AnyTagClassName
{
color: #A1DDAE;
}
</style>
background-color css
<style>
a { background-color: #A1DDAE; }
a { background-color: rgb(161,221,174); }
div.DivClassName
{
background-color: #A1DDAE;
}
.BgClassName
{
background-color: #A1DDAE;
}
</style>
border-color css
<style>
span { border-color: #A1DDAE; }
span { border-color: rgb(161,221,174); }
td.TdClassName
{
border-color: #A1DDAE;
}
.TagClassName
{
border-color: #A1DDAE;
}
</style>