Shades of Chinook #A1DDAC
Tints of Chinook #A1DDAC
RGB
CMYK
RGB Variations
Color information
#A1DDAC (or 0xA1DDAC) is known color: Chinook. HEX triplet: A1, DD and AC. RGB value is (161,221,172). Sum of RGB (Red+Green+Blue) = 161+221+172=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DDAC is #5E2253. Grayscale: #C5C5C5. Windows color (decimal): -6169172 or 11328929. OLE color: 11328929.
HSL color Cylindrical-coordinate representation of color #A1DDAC: hue angle of 131º degrees, saturation: 0.47, 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 #A1DDAC is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 172 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.13 |
| HSL | 131º | 0.47% | 0.75% | - |
| HSV(B) | 131º | 0.27% | 0.87% | - |
| XYZ | 48 | 62.27 | 48.52 | - |
| YUV | 197.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 172 | 0.27 | 0 | 0.22 | 0.13 | 131 | 0.47 | 0.75 |
| Hex | A1 | DD | AC | 1B | 0 | 16 | D | 83 | 2F | 4B |
| Octal | 241 | 335 | 254 | 33 | 0 | 26 | 15 | 203 | 57 | 113 |
| Binary | 10100001 | 11011101 | 10101100 | 11011 | 0 | 10110 | 1101 | 10000011 | 101111 | 1001011 |
Color Harmonies of #A1DDAC
Complementary color
Monochromatic Colors of #A1DDAC
Black with #A1DDAC
Text Example
Text Example
White with #A1DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDAC; }
p { color: rgb(161,221,172); }
H1.HeaderClassName
{
color: #A1DDAC;
}
.AnyTagClassName
{
color: #A1DDAC;
}
</style>
background-color css
<style>
a { background-color: #A1DDAC; }
a { background-color: rgb(161,221,172); }
div.DivClassName
{
background-color: #A1DDAC;
}
.BgClassName
{
background-color: #A1DDAC;
}
</style>
border-color css
<style>
span { border-color: #A1DDAC; }
span { border-color: rgb(161,221,172); }
td.TdClassName
{
border-color: #A1DDAC;
}
.TagClassName
{
border-color: #A1DDAC;
}
</style>