Shades of Chinook #A1DBAC
Tints of Chinook #A1DBAC
RGB
CMYK
RGB Variations
Color information
#A1DBAC (or 0xA1DBAC) is known color: Chinook. HEX triplet: A1, DB and AC. RGB value is (161,219,172). Sum of RGB (Red+Green+Blue) = 161+219+172=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DBAC is #5E2453. Grayscale: #C4C4C4. Windows color (decimal): -6169684 or 11328417. OLE color: 11328417.
HSL color Cylindrical-coordinate representation of color #A1DBAC: hue angle of 131.38º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DBAC is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 172 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.14 |
| HSL | 131.38º | 0.45% | 0.75% | - |
| HSV(B) | 131.38º | 0.26% | 0.86% | - |
| XYZ | 47.48 | 61.22 | 48.34 | - |
| YUV | 196.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 172 | 0.26 | 0 | 0.21 | 0.14 | 131.38 | 0.45 | 0.75 |
| Hex | A1 | DB | AC | 1A | 0 | 15 | E | 83 | 2D | 4B |
| Octal | 241 | 333 | 254 | 32 | 0 | 25 | 16 | 203 | 55 | 113 |
| Binary | 10100001 | 11011011 | 10101100 | 11010 | 0 | 10101 | 1110 | 10000011 | 101101 | 1001011 |
Color Harmonies of #A1DBAC
Complementary color
Monochromatic Colors of #A1DBAC
Black with #A1DBAC
Text Example
Text Example
White with #A1DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBAC; }
p { color: rgb(161,219,172); }
H1.HeaderClassName
{
color: #A1DBAC;
}
.AnyTagClassName
{
color: #A1DBAC;
}
</style>
background-color css
<style>
a { background-color: #A1DBAC; }
a { background-color: rgb(161,219,172); }
div.DivClassName
{
background-color: #A1DBAC;
}
.BgClassName
{
background-color: #A1DBAC;
}
</style>
border-color css
<style>
span { border-color: #A1DBAC; }
span { border-color: rgb(161,219,172); }
td.TdClassName
{
border-color: #A1DBAC;
}
.TagClassName
{
border-color: #A1DBAC;
}
</style>