Shades of Chinook #A1DCAF
Tints of Chinook #A1DCAF
RGB
CMYK
RGB Variations
Color information
#A1DCAF (or 0xA1DCAF) is known color: Chinook. HEX triplet: A1, DC and AF. RGB value is (161,220,175). Sum of RGB (Red+Green+Blue) = 161+220+175=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCAF is #5E2350. Grayscale: #C5C5C5. Windows color (decimal): -6169425 or 11525281. OLE color: 11525281.
HSL color Cylindrical-coordinate representation of color #A1DCAF: hue angle of 134.24º 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 #A1DCAF is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 175 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.14 |
| HSL | 134.24º | 0.46% | 0.75% | - |
| HSV(B) | 134.24º | 0.27% | 0.86% | - |
| XYZ | 48.03 | 61.86 | 49.97 | - |
| YUV | 197.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 175 | 0.27 | 0 | 0.20 | 0.14 | 134.24 | 0.46 | 0.75 |
| Hex | A1 | DC | AF | 1B | 0 | 14 | E | 86 | 2E | 4B |
| Octal | 241 | 334 | 257 | 33 | 0 | 24 | 16 | 206 | 56 | 113 |
| Binary | 10100001 | 11011100 | 10101111 | 11011 | 0 | 10100 | 1110 | 10000110 | 101110 | 1001011 |
Color Harmonies of #A1DCAF
Complementary color
Monochromatic Colors of #A1DCAF
Black with #A1DCAF
Text Example
Text Example
White with #A1DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCAF; }
p { color: rgb(161,220,175); }
H1.HeaderClassName
{
color: #A1DCAF;
}
.AnyTagClassName
{
color: #A1DCAF;
}
</style>
background-color css
<style>
a { background-color: #A1DCAF; }
a { background-color: rgb(161,220,175); }
div.DivClassName
{
background-color: #A1DCAF;
}
.BgClassName
{
background-color: #A1DCAF;
}
</style>
border-color css
<style>
span { border-color: #A1DCAF; }
span { border-color: rgb(161,220,175); }
td.TdClassName
{
border-color: #A1DCAF;
}
.TagClassName
{
border-color: #A1DCAF;
}
</style>