Shades of Chinook #A1D0AC
Tints of Chinook #A1D0AC
RGB
CMYK
RGB Variations
Color information
#A1D0AC (or 0xA1D0AC) is known color: Chinook. HEX triplet: A1, D0 and AC. RGB value is (161,208,172). Sum of RGB (Red+Green+Blue) = 161+208+172=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D0AC is #5E2F53. Grayscale: #BDBDBD. Windows color (decimal): -6172500 or 11325601. OLE color: 11325601.
HSL color Cylindrical-coordinate representation of color #A1D0AC: hue angle of 134.04º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D0AC is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 172 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.18 |
| HSL | 134.04º | 0.33% | 0.72% | - |
| HSV(B) | 134.04º | 0.23% | 0.82% | - |
| XYZ | 44.7 | 55.67 | 47.42 | - |
| YUV | 189.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 172 | 0.23 | 0 | 0.17 | 0.18 | 134.04 | 0.33 | 0.72 |
| Hex | A1 | D0 | AC | 17 | 0 | 11 | 12 | 86 | 21 | 48 |
| Octal | 241 | 320 | 254 | 27 | 0 | 21 | 22 | 206 | 41 | 110 |
| Binary | 10100001 | 11010000 | 10101100 | 10111 | 0 | 10001 | 10010 | 10000110 | 100001 | 1001000 |
Color Harmonies of #A1D0AC
Complementary color
Monochromatic Colors of #A1D0AC
Black with #A1D0AC
Text Example
Text Example
White with #A1D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D0AC; }
p { color: rgb(161,208,172); }
H1.HeaderClassName
{
color: #A1D0AC;
}
.AnyTagClassName
{
color: #A1D0AC;
}
</style>
background-color css
<style>
a { background-color: #A1D0AC; }
a { background-color: rgb(161,208,172); }
div.DivClassName
{
background-color: #A1D0AC;
}
.BgClassName
{
background-color: #A1D0AC;
}
</style>
border-color css
<style>
span { border-color: #A1D0AC; }
span { border-color: rgb(161,208,172); }
td.TdClassName
{
border-color: #A1D0AC;
}
.TagClassName
{
border-color: #A1D0AC;
}
</style>