Shades of Chinook #A1D7AC
Tints of Chinook #A1D7AC
RGB
CMYK
RGB Variations
Color information
#A1D7AC (or 0xA1D7AC) is known color: Chinook. HEX triplet: A1, D7 and AC. RGB value is (161,215,172). Sum of RGB (Red+Green+Blue) = 161+215+172=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D7AC is #5E2853. Grayscale: #C2C2C2. Windows color (decimal): -6170708 or 11327393. OLE color: 11327393.
HSL color Cylindrical-coordinate representation of color #A1D7AC: hue angle of 132.22º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D7AC is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 172 | - |
| CMYK | 0.25 | 0 | 0.2 | 0.16 |
| HSL | 132.22º | 0.4% | 0.74% | - |
| HSV(B) | 132.22º | 0.25% | 0.84% | - |
| XYZ | 46.44 | 59.16 | 48 | - |
| YUV | 193.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 172 | 0.25 | 0 | 0.2 | 0.16 | 132.22 | 0.4 | 0.74 |
| Hex | A1 | D7 | AC | 19 | 0 | 14 | 10 | 84 | 28 | 4A |
| Octal | 241 | 327 | 254 | 31 | 0 | 24 | 20 | 204 | 50 | 112 |
| Binary | 10100001 | 11010111 | 10101100 | 11001 | 0 | 10100 | 10000 | 10000100 | 101000 | 1001010 |
Color Harmonies of #A1D7AC
Complementary color
Monochromatic Colors of #A1D7AC
Black with #A1D7AC
Text Example
Text Example
White with #A1D7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D7AC; }
p { color: rgb(161,215,172); }
H1.HeaderClassName
{
color: #A1D7AC;
}
.AnyTagClassName
{
color: #A1D7AC;
}
</style>
background-color css
<style>
a { background-color: #A1D7AC; }
a { background-color: rgb(161,215,172); }
div.DivClassName
{
background-color: #A1D7AC;
}
.BgClassName
{
background-color: #A1D7AC;
}
</style>
border-color css
<style>
span { border-color: #A1D7AC; }
span { border-color: rgb(161,215,172); }
td.TdClassName
{
border-color: #A1D7AC;
}
.TagClassName
{
border-color: #A1D7AC;
}
</style>