Shades of Chinook #A1DCAB
Tints of Chinook #A1DCAB
RGB
CMYK
RGB Variations
Color information
#A1DCAB (or 0xA1DCAB) is known color: Chinook. HEX triplet: A1, DC and AB. RGB value is (161,220,171). Sum of RGB (Red+Green+Blue) = 161+220+171=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCAB is #5E2354. Grayscale: #C4C4C4. Windows color (decimal): -6169429 or 11263137. OLE color: 11263137.
HSL color Cylindrical-coordinate representation of color #A1DCAB: hue angle of 130.17º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCAB is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 171 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.14 |
| HSL | 130.17º | 0.46% | 0.75% | - |
| HSV(B) | 130.17º | 0.27% | 0.86% | - |
| XYZ | 47.64 | 61.7 | 47.93 | - |
| YUV | 196.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 171 | 0.27 | 0 | 0.22 | 0.14 | 130.17 | 0.46 | 0.75 |
| Hex | A1 | DC | AB | 1B | 0 | 16 | E | 82 | 2E | 4B |
| Octal | 241 | 334 | 253 | 33 | 0 | 26 | 16 | 202 | 56 | 113 |
| Binary | 10100001 | 11011100 | 10101011 | 11011 | 0 | 10110 | 1110 | 10000010 | 101110 | 1001011 |
Color Harmonies of #A1DCAB
Complementary color
Monochromatic Colors of #A1DCAB
Black with #A1DCAB
Text Example
Text Example
White with #A1DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCAB; }
p { color: rgb(161,220,171); }
H1.HeaderClassName
{
color: #A1DCAB;
}
.AnyTagClassName
{
color: #A1DCAB;
}
</style>
background-color css
<style>
a { background-color: #A1DCAB; }
a { background-color: rgb(161,220,171); }
div.DivClassName
{
background-color: #A1DCAB;
}
.BgClassName
{
background-color: #A1DCAB;
}
</style>
border-color css
<style>
span { border-color: #A1DCAB; }
span { border-color: rgb(161,220,171); }
td.TdClassName
{
border-color: #A1DCAB;
}
.TagClassName
{
border-color: #A1DCAB;
}
</style>