Shades of Chinook #A1DCAC
Tints of Chinook #A1DCAC
RGB
CMYK
RGB Variations
Color information
#A1DCAC (or 0xA1DCAC) is known color: Chinook. HEX triplet: A1, DC and AC. RGB value is (161,220,172). Sum of RGB (Red+Green+Blue) = 161+220+172=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCAC is #5E2353. Grayscale: #C5C5C5. Windows color (decimal): -6169428 or 11328673. OLE color: 11328673.
HSL color Cylindrical-coordinate representation of color #A1DCAC: hue angle of 131.19º 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 #A1DCAC is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 172 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.14 |
| HSL | 131.19º | 0.46% | 0.75% | - |
| HSV(B) | 131.19º | 0.27% | 0.86% | - |
| XYZ | 47.74 | 61.74 | 48.43 | - |
| YUV | 196.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 172 | 0.27 | 0 | 0.22 | 0.14 | 131.19 | 0.46 | 0.75 |
| Hex | A1 | DC | AC | 1B | 0 | 16 | E | 83 | 2E | 4B |
| Octal | 241 | 334 | 254 | 33 | 0 | 26 | 16 | 203 | 56 | 113 |
| Binary | 10100001 | 11011100 | 10101100 | 11011 | 0 | 10110 | 1110 | 10000011 | 101110 | 1001011 |
Color Harmonies of #A1DCAC
Complementary color
Monochromatic Colors of #A1DCAC
Black with #A1DCAC
Text Example
Text Example
White with #A1DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCAC; }
p { color: rgb(161,220,172); }
H1.HeaderClassName
{
color: #A1DCAC;
}
.AnyTagClassName
{
color: #A1DCAC;
}
</style>
background-color css
<style>
a { background-color: #A1DCAC; }
a { background-color: rgb(161,220,172); }
div.DivClassName
{
background-color: #A1DCAC;
}
.BgClassName
{
background-color: #A1DCAC;
}
</style>
border-color css
<style>
span { border-color: #A1DCAC; }
span { border-color: rgb(161,220,172); }
td.TdClassName
{
border-color: #A1DCAC;
}
.TagClassName
{
border-color: #A1DCAC;
}
</style>