Shades of Chinook #A1DBA6
Tints of Chinook #A1DBA6
RGB
CMYK
RGB Variations
Color information
#A1DBA6 (or 0xA1DBA6) is known color: Chinook. HEX triplet: A1, DB and A6. RGB value is (161,219,166). Sum of RGB (Red+Green+Blue) = 161+219+166=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DBA6 is #5E2459. Grayscale: #C3C3C3. Windows color (decimal): -6169690 or 10935201. OLE color: 10935201.
HSL color Cylindrical-coordinate representation of color #A1DBA6: hue angle of 125.17º 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 #A1DBA6 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 166 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.14 |
| HSL | 125.17º | 0.45% | 0.75% | - |
| HSV(B) | 125.17º | 0.26% | 0.86% | - |
| XYZ | 46.91 | 60.99 | 45.38 | - |
| YUV | 195.62 | 111.28 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 166 | 0.26 | 0 | 0.24 | 0.14 | 125.17 | 0.45 | 0.75 |
| Hex | A1 | DB | A6 | 1A | 0 | 18 | E | 7D | 2D | 4B |
| Octal | 241 | 333 | 246 | 32 | 0 | 30 | 16 | 175 | 55 | 113 |
| Binary | 10100001 | 11011011 | 10100110 | 11010 | 0 | 11000 | 1110 | 1111101 | 101101 | 1001011 |
Color Harmonies of #A1DBA6
Complementary color
Monochromatic Colors of #A1DBA6
Black with #A1DBA6
Text Example
Text Example
White with #A1DBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBA6; }
p { color: rgb(161,219,166); }
H1.HeaderClassName
{
color: #A1DBA6;
}
.AnyTagClassName
{
color: #A1DBA6;
}
</style>
background-color css
<style>
a { background-color: #A1DBA6; }
a { background-color: rgb(161,219,166); }
div.DivClassName
{
background-color: #A1DBA6;
}
.BgClassName
{
background-color: #A1DBA6;
}
</style>
border-color css
<style>
span { border-color: #A1DBA6; }
span { border-color: rgb(161,219,166); }
td.TdClassName
{
border-color: #A1DBA6;
}
.TagClassName
{
border-color: #A1DBA6;
}
</style>