Shades of Chinook #A1DBAF
Tints of Chinook #A1DBAF
RGB
CMYK
RGB Variations
Color information
#A1DBAF (or 0xA1DBAF) is known color: Chinook. HEX triplet: A1, DB and AF. RGB value is (161,219,175). Sum of RGB (Red+Green+Blue) = 161+219+175=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DBAF is #5E2450. Grayscale: #C4C4C4. Windows color (decimal): -6169681 or 11525025. OLE color: 11525025.
HSL color Cylindrical-coordinate representation of color #A1DBAF: hue angle of 134.48º 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 #A1DBAF is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 175 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.14 |
| HSL | 134.48º | 0.45% | 0.75% | - |
| HSV(B) | 134.48º | 0.26% | 0.86% | - |
| XYZ | 47.77 | 61.34 | 49.88 | - |
| YUV | 196.64 | 115.78 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 175 | 0.26 | 0 | 0.20 | 0.14 | 134.48 | 0.45 | 0.75 |
| Hex | A1 | DB | AF | 1A | 0 | 14 | E | 86 | 2D | 4B |
| Octal | 241 | 333 | 257 | 32 | 0 | 24 | 16 | 206 | 55 | 113 |
| Binary | 10100001 | 11011011 | 10101111 | 11010 | 0 | 10100 | 1110 | 10000110 | 101101 | 1001011 |
Color Harmonies of #A1DBAF
Complementary color
Monochromatic Colors of #A1DBAF
Black with #A1DBAF
Text Example
Text Example
White with #A1DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBAF; }
p { color: rgb(161,219,175); }
H1.HeaderClassName
{
color: #A1DBAF;
}
.AnyTagClassName
{
color: #A1DBAF;
}
</style>
background-color css
<style>
a { background-color: #A1DBAF; }
a { background-color: rgb(161,219,175); }
div.DivClassName
{
background-color: #A1DBAF;
}
.BgClassName
{
background-color: #A1DBAF;
}
</style>
border-color css
<style>
span { border-color: #A1DBAF; }
span { border-color: rgb(161,219,175); }
td.TdClassName
{
border-color: #A1DBAF;
}
.TagClassName
{
border-color: #A1DBAF;
}
</style>