Shades of Chinook #A1CEA8
Tints of Chinook #A1CEA8
RGB
CMYK
RGB Variations
Color information
#A1CEA8 (or 0xA1CEA8) is known color: Chinook. HEX triplet: A1, CE and A8. RGB value is (161,206,168). Sum of RGB (Red+Green+Blue) = 161+206+168=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CEA8 is #5E3157. Grayscale: #BCBCBC. Windows color (decimal): -6173016 or 11062945. OLE color: 11062945.
HSL color Cylindrical-coordinate representation of color #A1CEA8: hue angle of 129.33º 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 #A1CEA8 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 168 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.19 |
| HSL | 129.33º | 0.31% | 0.72% | - |
| HSV(B) | 129.33º | 0.22% | 0.81% | - |
| XYZ | 43.84 | 54.55 | 45.26 | - |
| YUV | 188.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 168 | 0.22 | 0 | 0.18 | 0.19 | 129.33 | 0.31 | 0.72 |
| Hex | A1 | CE | A8 | 16 | 0 | 12 | 13 | 81 | 1F | 48 |
| Octal | 241 | 316 | 250 | 26 | 0 | 22 | 23 | 201 | 37 | 110 |
| Binary | 10100001 | 11001110 | 10101000 | 10110 | 0 | 10010 | 10011 | 10000001 | 11111 | 1001000 |
Color Harmonies of #A1CEA8
Complementary color
Monochromatic Colors of #A1CEA8
Black with #A1CEA8
Text Example
Text Example
White with #A1CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEA8; }
p { color: rgb(161,206,168); }
H1.HeaderClassName
{
color: #A1CEA8;
}
.AnyTagClassName
{
color: #A1CEA8;
}
</style>
background-color css
<style>
a { background-color: #A1CEA8; }
a { background-color: rgb(161,206,168); }
div.DivClassName
{
background-color: #A1CEA8;
}
.BgClassName
{
background-color: #A1CEA8;
}
</style>
border-color css
<style>
span { border-color: #A1CEA8; }
span { border-color: rgb(161,206,168); }
td.TdClassName
{
border-color: #A1CEA8;
}
.TagClassName
{
border-color: #A1CEA8;
}
</style>