Shades of Chinook #A1DDAF
Tints of Chinook #A1DDAF
RGB
CMYK
RGB Variations
Color information
#A1DDAF (or 0xA1DDAF) is known color: Chinook. HEX triplet: A1, DD and AF. RGB value is (161,221,175). Sum of RGB (Red+Green+Blue) = 161+221+175=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DDAF is #5E2250. Grayscale: #C5C5C5. Windows color (decimal): -6169169 or 11525537. OLE color: 11525537.
HSL color Cylindrical-coordinate representation of color #A1DDAF: hue angle of 134º 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 #A1DDAF is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 175 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.13 |
| HSL | 134º | 0.47% | 0.75% | - |
| HSV(B) | 134º | 0.27% | 0.87% | - |
| XYZ | 48.29 | 62.39 | 50.05 | - |
| YUV | 197.82 | 115.12 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 175 | 0.27 | 0 | 0.21 | 0.13 | 134 | 0.47 | 0.75 |
| Hex | A1 | DD | AF | 1B | 0 | 15 | D | 86 | 2F | 4B |
| Octal | 241 | 335 | 257 | 33 | 0 | 25 | 15 | 206 | 57 | 113 |
| Binary | 10100001 | 11011101 | 10101111 | 11011 | 0 | 10101 | 1101 | 10000110 | 101111 | 1001011 |
Color Harmonies of #A1DDAF
Complementary color
Monochromatic Colors of #A1DDAF
Black with #A1DDAF
Text Example
Text Example
White with #A1DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDAF; }
p { color: rgb(161,221,175); }
H1.HeaderClassName
{
color: #A1DDAF;
}
.AnyTagClassName
{
color: #A1DDAF;
}
</style>
background-color css
<style>
a { background-color: #A1DDAF; }
a { background-color: rgb(161,221,175); }
div.DivClassName
{
background-color: #A1DDAF;
}
.BgClassName
{
background-color: #A1DDAF;
}
</style>
border-color css
<style>
span { border-color: #A1DDAF; }
span { border-color: rgb(161,221,175); }
td.TdClassName
{
border-color: #A1DDAF;
}
.TagClassName
{
border-color: #A1DDAF;
}
</style>