Shades of Chinook #A1CEAD
Tints of Chinook #A1CEAD
RGB
CMYK
RGB Variations
Color information
#A1CEAD (or 0xA1CEAD) is known color: Chinook. HEX triplet: A1, CE and AD. RGB value is (161,206,173). Sum of RGB (Red+Green+Blue) = 161+206+173=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CEAD is #5E3152. Grayscale: #BCBCBC. Windows color (decimal): -6173011 or 11390625. OLE color: 11390625.
HSL color Cylindrical-coordinate representation of color #A1CEAD: hue angle of 136º 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 #A1CEAD is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 173 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.19 |
| HSL | 136º | 0.31% | 0.72% | - |
| HSV(B) | 136º | 0.22% | 0.81% | - |
| XYZ | 44.31 | 54.74 | 47.76 | - |
| YUV | 188.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 173 | 0.22 | 0 | 0.16 | 0.19 | 136 | 0.31 | 0.72 |
| Hex | A1 | CE | AD | 16 | 0 | 10 | 13 | 88 | 1F | 48 |
| Octal | 241 | 316 | 255 | 26 | 0 | 20 | 23 | 210 | 37 | 110 |
| Binary | 10100001 | 11001110 | 10101101 | 10110 | 0 | 10000 | 10011 | 10001000 | 11111 | 1001000 |
Color Harmonies of #A1CEAD
Complementary color
Monochromatic Colors of #A1CEAD
Black with #A1CEAD
Text Example
Text Example
White with #A1CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEAD; }
p { color: rgb(161,206,173); }
H1.HeaderClassName
{
color: #A1CEAD;
}
.AnyTagClassName
{
color: #A1CEAD;
}
</style>
background-color css
<style>
a { background-color: #A1CEAD; }
a { background-color: rgb(161,206,173); }
div.DivClassName
{
background-color: #A1CEAD;
}
.BgClassName
{
background-color: #A1CEAD;
}
</style>
border-color css
<style>
span { border-color: #A1CEAD; }
span { border-color: rgb(161,206,173); }
td.TdClassName
{
border-color: #A1CEAD;
}
.TagClassName
{
border-color: #A1CEAD;
}
</style>