Shades of Chinook #A1DAAF
Tints of Chinook #A1DAAF
RGB
CMYK
RGB Variations
Color information
#A1DAAF (or 0xA1DAAF) is known color: Chinook. HEX triplet: A1, DA and AF. RGB value is (161,218,175). Sum of RGB (Red+Green+Blue) = 161+218+175=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DAAF is #5E2550. Grayscale: #C4C4C4. Windows color (decimal): -6169937 or 11524769. OLE color: 11524769.
HSL color Cylindrical-coordinate representation of color #A1DAAF: hue angle of 134.74º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DAAF is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 175 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.15 |
| HSL | 134.74º | 0.44% | 0.74% | - |
| HSV(B) | 134.74º | 0.26% | 0.85% | - |
| XYZ | 47.51 | 60.82 | 49.79 | - |
| YUV | 196.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 175 | 0.26 | 0 | 0.20 | 0.15 | 134.74 | 0.44 | 0.74 |
| Hex | A1 | DA | AF | 1A | 0 | 14 | F | 87 | 2C | 4A |
| Octal | 241 | 332 | 257 | 32 | 0 | 24 | 17 | 207 | 54 | 112 |
| Binary | 10100001 | 11011010 | 10101111 | 11010 | 0 | 10100 | 1111 | 10000111 | 101100 | 1001010 |
Color Harmonies of #A1DAAF
Complementary color
Monochromatic Colors of #A1DAAF
Black with #A1DAAF
Text Example
Text Example
White with #A1DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAAF; }
p { color: rgb(161,218,175); }
H1.HeaderClassName
{
color: #A1DAAF;
}
.AnyTagClassName
{
color: #A1DAAF;
}
</style>
background-color css
<style>
a { background-color: #A1DAAF; }
a { background-color: rgb(161,218,175); }
div.DivClassName
{
background-color: #A1DAAF;
}
.BgClassName
{
background-color: #A1DAAF;
}
</style>
border-color css
<style>
span { border-color: #A1DAAF; }
span { border-color: rgb(161,218,175); }
td.TdClassName
{
border-color: #A1DAAF;
}
.TagClassName
{
border-color: #A1DAAF;
}
</style>