Shades of Chinook #A1D0AD
Tints of Chinook #A1D0AD
RGB
CMYK
RGB Variations
Color information
#A1D0AD (or 0xA1D0AD) is known color: Chinook. HEX triplet: A1, D0 and AD. RGB value is (161,208,173). Sum of RGB (Red+Green+Blue) = 161+208+173=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D0AD is #5E2F52. Grayscale: #BEBEBE. Windows color (decimal): -6172499 or 11391137. OLE color: 11391137.
HSL color Cylindrical-coordinate representation of color #A1D0AD: hue angle of 135.32º 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 #A1D0AD is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 173 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.18 |
| HSL | 135.32º | 0.33% | 0.72% | - |
| HSV(B) | 135.32º | 0.23% | 0.82% | - |
| XYZ | 44.8 | 55.71 | 47.93 | - |
| YUV | 189.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 173 | 0.23 | 0 | 0.17 | 0.18 | 135.32 | 0.33 | 0.72 |
| Hex | A1 | D0 | AD | 17 | 0 | 11 | 12 | 87 | 21 | 48 |
| Octal | 241 | 320 | 255 | 27 | 0 | 21 | 22 | 207 | 41 | 110 |
| Binary | 10100001 | 11010000 | 10101101 | 10111 | 0 | 10001 | 10010 | 10000111 | 100001 | 1001000 |
Color Harmonies of #A1D0AD
Complementary color
Monochromatic Colors of #A1D0AD
Black with #A1D0AD
Text Example
Text Example
White with #A1D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D0AD; }
p { color: rgb(161,208,173); }
H1.HeaderClassName
{
color: #A1D0AD;
}
.AnyTagClassName
{
color: #A1D0AD;
}
</style>
background-color css
<style>
a { background-color: #A1D0AD; }
a { background-color: rgb(161,208,173); }
div.DivClassName
{
background-color: #A1D0AD;
}
.BgClassName
{
background-color: #A1D0AD;
}
</style>
border-color css
<style>
span { border-color: #A1D0AD; }
span { border-color: rgb(161,208,173); }
td.TdClassName
{
border-color: #A1D0AD;
}
.TagClassName
{
border-color: #A1D0AD;
}
</style>