Shades of Chinook #A1DCA5
Tints of Chinook #A1DCA5
RGB
CMYK
RGB Variations
Color information
#A1DCA5 (or 0xA1DCA5) is known color: Chinook. HEX triplet: A1, DC and A5. RGB value is (161,220,165). Sum of RGB (Red+Green+Blue) = 161+220+165=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCA5 is #5E235A. Grayscale: #C4C4C4. Windows color (decimal): -6169435 or 10869921. OLE color: 10869921.
HSL color Cylindrical-coordinate representation of color #A1DCA5: hue angle of 124.07º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCA5 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 165 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.14 |
| HSL | 124.07º | 0.46% | 0.75% | - |
| HSV(B) | 124.07º | 0.27% | 0.86% | - |
| XYZ | 47.08 | 61.48 | 44.98 | - |
| YUV | 196.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 165 | 0.27 | 0 | 0.25 | 0.14 | 124.07 | 0.46 | 0.75 |
| Hex | A1 | DC | A5 | 1B | 0 | 19 | E | 7C | 2E | 4B |
| Octal | 241 | 334 | 245 | 33 | 0 | 31 | 16 | 174 | 56 | 113 |
| Binary | 10100001 | 11011100 | 10100101 | 11011 | 0 | 11001 | 1110 | 1111100 | 101110 | 1001011 |
Color Harmonies of #A1DCA5
Complementary color
Monochromatic Colors of #A1DCA5
Black with #A1DCA5
Text Example
Text Example
White with #A1DCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCA5; }
p { color: rgb(161,220,165); }
H1.HeaderClassName
{
color: #A1DCA5;
}
.AnyTagClassName
{
color: #A1DCA5;
}
</style>
background-color css
<style>
a { background-color: #A1DCA5; }
a { background-color: rgb(161,220,165); }
div.DivClassName
{
background-color: #A1DCA5;
}
.BgClassName
{
background-color: #A1DCA5;
}
</style>
border-color css
<style>
span { border-color: #A1DCA5; }
span { border-color: rgb(161,220,165); }
td.TdClassName
{
border-color: #A1DCA5;
}
.TagClassName
{
border-color: #A1DCA5;
}
</style>