Shades of Chinook #A1CEB0
Tints of Chinook #A1CEB0
RGB
CMYK
RGB Variations
Color information
#A1CEB0 (or 0xA1CEB0) is known color: Chinook. HEX triplet: A1, CE and B0. RGB value is (161,206,176). Sum of RGB (Red+Green+Blue) = 161+206+176=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CEB0 is #5E314F. Grayscale: #BDBDBD. Windows color (decimal): -6173008 or 11587233. OLE color: 11587233.
HSL color Cylindrical-coordinate representation of color #A1CEB0: hue angle of 140º 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 #A1CEB0 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 176 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.19 |
| HSL | 140º | 0.31% | 0.72% | - |
| HSV(B) | 140º | 0.22% | 0.81% | - |
| XYZ | 44.61 | 54.85 | 49.31 | - |
| YUV | 189.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 176 | 0.22 | 0 | 0.15 | 0.19 | 140 | 0.31 | 0.72 |
| Hex | A1 | CE | B0 | 16 | 0 | F | 13 | 8C | 1F | 48 |
| Octal | 241 | 316 | 260 | 26 | 0 | 17 | 23 | 214 | 37 | 110 |
| Binary | 10100001 | 11001110 | 10110000 | 10110 | 0 | 1111 | 10011 | 10001100 | 11111 | 1001000 |
Color Harmonies of #A1CEB0
Complementary color
Monochromatic Colors of #A1CEB0
Black with #A1CEB0
Text Example
Text Example
White with #A1CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEB0; }
p { color: rgb(161,206,176); }
H1.HeaderClassName
{
color: #A1CEB0;
}
.AnyTagClassName
{
color: #A1CEB0;
}
</style>
background-color css
<style>
a { background-color: #A1CEB0; }
a { background-color: rgb(161,206,176); }
div.DivClassName
{
background-color: #A1CEB0;
}
.BgClassName
{
background-color: #A1CEB0;
}
</style>
border-color css
<style>
span { border-color: #A1CEB0; }
span { border-color: rgb(161,206,176); }
td.TdClassName
{
border-color: #A1CEB0;
}
.TagClassName
{
border-color: #A1CEB0;
}
</style>