Shades of Chinook #A1DEAC
Tints of Chinook #A1DEAC
RGB
CMYK
RGB Variations
Color information
#A1DEAC (or 0xA1DEAC) is known color: Chinook. HEX triplet: A1, DE and AC. RGB value is (161,222,172). Sum of RGB (Red+Green+Blue) = 161+222+172=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DEAC is #5E2153. Grayscale: #C6C6C6. Windows color (decimal): -6168916 or 11329185. OLE color: 11329185.
HSL color Cylindrical-coordinate representation of color #A1DEAC: hue angle of 130.82º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DEAC is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 172 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.13 |
| HSL | 130.82º | 0.48% | 0.75% | - |
| HSV(B) | 130.82º | 0.27% | 0.87% | - |
| XYZ | 48.27 | 62.8 | 48.61 | - |
| YUV | 198.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 172 | 0.27 | 0 | 0.23 | 0.13 | 130.82 | 0.48 | 0.75 |
| Hex | A1 | DE | AC | 1B | 0 | 17 | D | 83 | 30 | 4B |
| Octal | 241 | 336 | 254 | 33 | 0 | 27 | 15 | 203 | 60 | 113 |
| Binary | 10100001 | 11011110 | 10101100 | 11011 | 0 | 10111 | 1101 | 10000011 | 110000 | 1001011 |
Color Harmonies of #A1DEAC
Complementary color
Monochromatic Colors of #A1DEAC
Black with #A1DEAC
Text Example
Text Example
White with #A1DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DEAC; }
p { color: rgb(161,222,172); }
H1.HeaderClassName
{
color: #A1DEAC;
}
.AnyTagClassName
{
color: #A1DEAC;
}
</style>
background-color css
<style>
a { background-color: #A1DEAC; }
a { background-color: rgb(161,222,172); }
div.DivClassName
{
background-color: #A1DEAC;
}
.BgClassName
{
background-color: #A1DEAC;
}
</style>
border-color css
<style>
span { border-color: #A1DEAC; }
span { border-color: rgb(161,222,172); }
td.TdClassName
{
border-color: #A1DEAC;
}
.TagClassName
{
border-color: #A1DEAC;
}
</style>