Shades of Chinook #A1D0A2
Tints of Chinook #A1D0A2
RGB
CMYK
RGB Variations
Color information
#A1D0A2 (or 0xA1D0A2) is known color: Chinook. HEX triplet: A1, D0 and A2. RGB value is (161,208,162). Sum of RGB (Red+Green+Blue) = 161+208+162=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D0A2 is #5E2F5D. Grayscale: #BCBCBC. Windows color (decimal): -6172510 or 10670241. OLE color: 10670241.
HSL color Cylindrical-coordinate representation of color #A1D0A2: hue angle of 121.28º 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 #A1D0A2 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 162 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.18 |
| HSL | 121.28º | 0.33% | 0.72% | - |
| HSV(B) | 121.28º | 0.23% | 0.82% | - |
| XYZ | 43.78 | 55.3 | 42.55 | - |
| YUV | 188.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 162 | 0.23 | 0 | 0.22 | 0.18 | 121.28 | 0.33 | 0.72 |
| Hex | A1 | D0 | A2 | 17 | 0 | 16 | 12 | 79 | 21 | 48 |
| Octal | 241 | 320 | 242 | 27 | 0 | 26 | 22 | 171 | 41 | 110 |
| Binary | 10100001 | 11010000 | 10100010 | 10111 | 0 | 10110 | 10010 | 1111001 | 100001 | 1001000 |
Color Harmonies of #A1D0A2
Complementary color
Monochromatic Colors of #A1D0A2
Black with #A1D0A2
Text Example
Text Example
White with #A1D0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D0A2; }
p { color: rgb(161,208,162); }
H1.HeaderClassName
{
color: #A1D0A2;
}
.AnyTagClassName
{
color: #A1D0A2;
}
</style>
background-color css
<style>
a { background-color: #A1D0A2; }
a { background-color: rgb(161,208,162); }
div.DivClassName
{
background-color: #A1D0A2;
}
.BgClassName
{
background-color: #A1D0A2;
}
</style>
border-color css
<style>
span { border-color: #A1D0A2; }
span { border-color: rgb(161,208,162); }
td.TdClassName
{
border-color: #A1D0A2;
}
.TagClassName
{
border-color: #A1D0A2;
}
</style>