Shades of Chinook #A1CEA6
Tints of Chinook #A1CEA6
RGB
CMYK
RGB Variations
Color information
#A1CEA6 (or 0xA1CEA6) is known color: Chinook. HEX triplet: A1, CE and A6. RGB value is (161,206,166). Sum of RGB (Red+Green+Blue) = 161+206+166=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CEA6 is #5E3159. Grayscale: #BCBCBC. Windows color (decimal): -6173018 or 10931873. OLE color: 10931873.
HSL color Cylindrical-coordinate representation of color #A1CEA6: hue angle of 126.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CEA6 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 166 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.19 |
| HSL | 126.67º | 0.31% | 0.72% | - |
| HSV(B) | 126.67º | 0.22% | 0.81% | - |
| XYZ | 43.65 | 54.47 | 44.29 | - |
| YUV | 187.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 166 | 0.22 | 0 | 0.19 | 0.19 | 126.67 | 0.31 | 0.72 |
| Hex | A1 | CE | A6 | 16 | 0 | 13 | 13 | 7F | 1F | 48 |
| Octal | 241 | 316 | 246 | 26 | 0 | 23 | 23 | 177 | 37 | 110 |
| Binary | 10100001 | 11001110 | 10100110 | 10110 | 0 | 10011 | 10011 | 1111111 | 11111 | 1001000 |
Color Harmonies of #A1CEA6
Complementary color
Monochromatic Colors of #A1CEA6
Black with #A1CEA6
Text Example
Text Example
White with #A1CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEA6; }
p { color: rgb(161,206,166); }
H1.HeaderClassName
{
color: #A1CEA6;
}
.AnyTagClassName
{
color: #A1CEA6;
}
</style>
background-color css
<style>
a { background-color: #A1CEA6; }
a { background-color: rgb(161,206,166); }
div.DivClassName
{
background-color: #A1CEA6;
}
.BgClassName
{
background-color: #A1CEA6;
}
</style>
border-color css
<style>
span { border-color: #A1CEA6; }
span { border-color: rgb(161,206,166); }
td.TdClassName
{
border-color: #A1CEA6;
}
.TagClassName
{
border-color: #A1CEA6;
}
</style>