Shades of Chinook #A1DBAD
Tints of Chinook #A1DBAD
RGB
CMYK
RGB Variations
Color information
#A1DBAD (or 0xA1DBAD) is known color: Chinook. HEX triplet: A1, DB and AD. RGB value is (161,219,173). Sum of RGB (Red+Green+Blue) = 161+219+173=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DBAD is #5E2452. Grayscale: #C4C4C4. Windows color (decimal): -6169683 or 11393953. OLE color: 11393953.
HSL color Cylindrical-coordinate representation of color #A1DBAD: hue angle of 132.41º 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 #A1DBAD is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 173 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.14 |
| HSL | 132.41º | 0.45% | 0.75% | - |
| HSV(B) | 132.41º | 0.26% | 0.86% | - |
| XYZ | 47.57 | 61.26 | 48.85 | - |
| YUV | 196.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 173 | 0.26 | 0 | 0.21 | 0.14 | 132.41 | 0.45 | 0.75 |
| Hex | A1 | DB | AD | 1A | 0 | 15 | E | 84 | 2D | 4B |
| Octal | 241 | 333 | 255 | 32 | 0 | 25 | 16 | 204 | 55 | 113 |
| Binary | 10100001 | 11011011 | 10101101 | 11010 | 0 | 10101 | 1110 | 10000100 | 101101 | 1001011 |
Color Harmonies of #A1DBAD
Complementary color
Monochromatic Colors of #A1DBAD
Black with #A1DBAD
Text Example
Text Example
White with #A1DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBAD; }
p { color: rgb(161,219,173); }
H1.HeaderClassName
{
color: #A1DBAD;
}
.AnyTagClassName
{
color: #A1DBAD;
}
</style>
background-color css
<style>
a { background-color: #A1DBAD; }
a { background-color: rgb(161,219,173); }
div.DivClassName
{
background-color: #A1DBAD;
}
.BgClassName
{
background-color: #A1DBAD;
}
</style>
border-color css
<style>
span { border-color: #A1DBAD; }
span { border-color: rgb(161,219,173); }
td.TdClassName
{
border-color: #A1DBAD;
}
.TagClassName
{
border-color: #A1DBAD;
}
</style>