Shades of Chinook #A1CEAA
Tints of Chinook #A1CEAA
RGB
CMYK
RGB Variations
Color information
#A1CEAA (or 0xA1CEAA) is known color: Chinook. HEX triplet: A1, CE and AA. RGB value is (161,206,170). Sum of RGB (Red+Green+Blue) = 161+206+170=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CEAA is #5E3155. Grayscale: #BCBCBC. Windows color (decimal): -6173014 or 11194017. OLE color: 11194017.
HSL color Cylindrical-coordinate representation of color #A1CEAA: hue angle of 132º 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 #A1CEAA is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 170 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.19 |
| HSL | 132º | 0.31% | 0.72% | - |
| HSV(B) | 132º | 0.22% | 0.81% | - |
| XYZ | 44.02 | 54.62 | 46.25 | - |
| YUV | 188.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 170 | 0.22 | 0 | 0.17 | 0.19 | 132 | 0.31 | 0.72 |
| Hex | A1 | CE | AA | 16 | 0 | 11 | 13 | 84 | 1F | 48 |
| Octal | 241 | 316 | 252 | 26 | 0 | 21 | 23 | 204 | 37 | 110 |
| Binary | 10100001 | 11001110 | 10101010 | 10110 | 0 | 10001 | 10011 | 10000100 | 11111 | 1001000 |
Color Harmonies of #A1CEAA
Complementary color
Monochromatic Colors of #A1CEAA
Black with #A1CEAA
Text Example
Text Example
White with #A1CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEAA; }
p { color: rgb(161,206,170); }
H1.HeaderClassName
{
color: #A1CEAA;
}
.AnyTagClassName
{
color: #A1CEAA;
}
</style>
background-color css
<style>
a { background-color: #A1CEAA; }
a { background-color: rgb(161,206,170); }
div.DivClassName
{
background-color: #A1CEAA;
}
.BgClassName
{
background-color: #A1CEAA;
}
</style>
border-color css
<style>
span { border-color: #A1CEAA; }
span { border-color: rgb(161,206,170); }
td.TdClassName
{
border-color: #A1CEAA;
}
.TagClassName
{
border-color: #A1CEAA;
}
</style>