Shades of Chinook #A1DAAB
Tints of Chinook #A1DAAB
RGB
CMYK
RGB Variations
Color information
#A1DAAB (or 0xA1DAAB) is known color: Chinook. HEX triplet: A1, DA and AB. RGB value is (161,218,171). Sum of RGB (Red+Green+Blue) = 161+218+171=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DAAB is #5E2554. Grayscale: #C3C3C3. Windows color (decimal): -6169941 or 11262625. OLE color: 11262625.
HSL color Cylindrical-coordinate representation of color #A1DAAB: hue angle of 130.53º 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 #A1DAAB is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 171 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.15 |
| HSL | 130.53º | 0.44% | 0.74% | - |
| HSV(B) | 130.53º | 0.26% | 0.85% | - |
| XYZ | 47.12 | 60.66 | 47.75 | - |
| YUV | 195.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 171 | 0.26 | 0 | 0.22 | 0.15 | 130.53 | 0.44 | 0.74 |
| Hex | A1 | DA | AB | 1A | 0 | 16 | F | 83 | 2C | 4A |
| Octal | 241 | 332 | 253 | 32 | 0 | 26 | 17 | 203 | 54 | 112 |
| Binary | 10100001 | 11011010 | 10101011 | 11010 | 0 | 10110 | 1111 | 10000011 | 101100 | 1001010 |
Color Harmonies of #A1DAAB
Complementary color
Monochromatic Colors of #A1DAAB
Black with #A1DAAB
Text Example
Text Example
White with #A1DAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAAB; }
p { color: rgb(161,218,171); }
H1.HeaderClassName
{
color: #A1DAAB;
}
.AnyTagClassName
{
color: #A1DAAB;
}
</style>
background-color css
<style>
a { background-color: #A1DAAB; }
a { background-color: rgb(161,218,171); }
div.DivClassName
{
background-color: #A1DAAB;
}
.BgClassName
{
background-color: #A1DAAB;
}
</style>
border-color css
<style>
span { border-color: #A1DAAB; }
span { border-color: rgb(161,218,171); }
td.TdClassName
{
border-color: #A1DAAB;
}
.TagClassName
{
border-color: #A1DAAB;
}
</style>