Shades of Chinook #A1DAAC
Tints of Chinook #A1DAAC
RGB
CMYK
RGB Variations
Color information
#A1DAAC (or 0xA1DAAC) is known color: Chinook. HEX triplet: A1, DA and AC. RGB value is (161,218,172). Sum of RGB (Red+Green+Blue) = 161+218+172=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DAAC is #5E2553. Grayscale: #C3C3C3. Windows color (decimal): -6169940 or 11328161. OLE color: 11328161.
HSL color Cylindrical-coordinate representation of color #A1DAAC: hue angle of 131.58º 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 #A1DAAC is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 172 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.15 |
| HSL | 131.58º | 0.44% | 0.74% | - |
| HSV(B) | 131.58º | 0.26% | 0.85% | - |
| XYZ | 47.22 | 60.7 | 48.26 | - |
| YUV | 195.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 172 | 0.26 | 0 | 0.21 | 0.15 | 131.58 | 0.44 | 0.74 |
| Hex | A1 | DA | AC | 1A | 0 | 15 | F | 84 | 2C | 4A |
| Octal | 241 | 332 | 254 | 32 | 0 | 25 | 17 | 204 | 54 | 112 |
| Binary | 10100001 | 11011010 | 10101100 | 11010 | 0 | 10101 | 1111 | 10000100 | 101100 | 1001010 |
Color Harmonies of #A1DAAC
Complementary color
Monochromatic Colors of #A1DAAC
Black with #A1DAAC
Text Example
Text Example
White with #A1DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAAC; }
p { color: rgb(161,218,172); }
H1.HeaderClassName
{
color: #A1DAAC;
}
.AnyTagClassName
{
color: #A1DAAC;
}
</style>
background-color css
<style>
a { background-color: #A1DAAC; }
a { background-color: rgb(161,218,172); }
div.DivClassName
{
background-color: #A1DAAC;
}
.BgClassName
{
background-color: #A1DAAC;
}
</style>
border-color css
<style>
span { border-color: #A1DAAC; }
span { border-color: rgb(161,218,172); }
td.TdClassName
{
border-color: #A1DAAC;
}
.TagClassName
{
border-color: #A1DAAC;
}
</style>