Shades of Chinook #A1D2A5
Tints of Chinook #A1D2A5
RGB
CMYK
RGB Variations
Color information
#A1D2A5 (or 0xA1D2A5) is known color: Chinook. HEX triplet: A1, D2 and A5. RGB value is (161,210,165). Sum of RGB (Red+Green+Blue) = 161+210+165=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D2A5 is #5E2D5A. Grayscale: #BEBEBE. Windows color (decimal): -6171995 or 10867361. OLE color: 10867361.
HSL color Cylindrical-coordinate representation of color #A1D2A5: hue angle of 124.9º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D2A5 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 165 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.18 |
| HSL | 124.9º | 0.35% | 0.73% | - |
| HSV(B) | 124.9º | 0.23% | 0.82% | - |
| XYZ | 44.54 | 56.39 | 44.13 | - |
| YUV | 190.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 165 | 0.23 | 0 | 0.21 | 0.18 | 124.9 | 0.35 | 0.73 |
| Hex | A1 | D2 | A5 | 17 | 0 | 15 | 12 | 7D | 23 | 49 |
| Octal | 241 | 322 | 245 | 27 | 0 | 25 | 22 | 175 | 43 | 111 |
| Binary | 10100001 | 11010010 | 10100101 | 10111 | 0 | 10101 | 10010 | 1111101 | 100011 | 1001001 |
Color Harmonies of #A1D2A5
Complementary color
Monochromatic Colors of #A1D2A5
Black with #A1D2A5
Text Example
Text Example
White with #A1D2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D2A5; }
p { color: rgb(161,210,165); }
H1.HeaderClassName
{
color: #A1D2A5;
}
.AnyTagClassName
{
color: #A1D2A5;
}
</style>
background-color css
<style>
a { background-color: #A1D2A5; }
a { background-color: rgb(161,210,165); }
div.DivClassName
{
background-color: #A1D2A5;
}
.BgClassName
{
background-color: #A1D2A5;
}
</style>
border-color css
<style>
span { border-color: #A1D2A5; }
span { border-color: rgb(161,210,165); }
td.TdClassName
{
border-color: #A1D2A5;
}
.TagClassName
{
border-color: #A1D2A5;
}
</style>