Shades of Chinook #A1D5A5
Tints of Chinook #A1D5A5
RGB
CMYK
RGB Variations
Color information
#A1D5A5 (or 0xA1D5A5) is known color: Chinook. HEX triplet: A1, D5 and A5. RGB value is (161,213,165). Sum of RGB (Red+Green+Blue) = 161+213+165=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D5A5 is #5E2A5A. Grayscale: #C0C0C0. Windows color (decimal): -6171227 or 10868129. OLE color: 10868129.
HSL color Cylindrical-coordinate representation of color #A1D5A5: hue angle of 124.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D5A5 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 165 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.16 |
| HSL | 124.62º | 0.38% | 0.73% | - |
| HSV(B) | 124.62º | 0.24% | 0.84% | - |
| XYZ | 45.28 | 57.88 | 44.38 | - |
| YUV | 191.98 | 112.77 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 165 | 0.24 | 0 | 0.23 | 0.16 | 124.62 | 0.38 | 0.73 |
| Hex | A1 | D5 | A5 | 18 | 0 | 17 | 10 | 7D | 26 | 49 |
| Octal | 241 | 325 | 245 | 30 | 0 | 27 | 20 | 175 | 46 | 111 |
| Binary | 10100001 | 11010101 | 10100101 | 11000 | 0 | 10111 | 10000 | 1111101 | 100110 | 1001001 |
Color Harmonies of #A1D5A5
Complementary color
Monochromatic Colors of #A1D5A5
Black with #A1D5A5
Text Example
Text Example
White with #A1D5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D5A5; }
p { color: rgb(161,213,165); }
H1.HeaderClassName
{
color: #A1D5A5;
}
.AnyTagClassName
{
color: #A1D5A5;
}
</style>
background-color css
<style>
a { background-color: #A1D5A5; }
a { background-color: rgb(161,213,165); }
div.DivClassName
{
background-color: #A1D5A5;
}
.BgClassName
{
background-color: #A1D5A5;
}
</style>
border-color css
<style>
span { border-color: #A1D5A5; }
span { border-color: rgb(161,213,165); }
td.TdClassName
{
border-color: #A1D5A5;
}
.TagClassName
{
border-color: #A1D5A5;
}
</style>