Shades of Chinook #A3CEA6
Tints of Chinook #A3CEA6
RGB
CMYK
RGB Variations
Color information
#A3CEA6 (or 0xA3CEA6) is known color: Chinook. HEX triplet: A3, CE and A6. RGB value is (163,206,166). Sum of RGB (Red+Green+Blue) = 163+206+166=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CEA6 is #5C3159. Grayscale: #BCBCBC. Windows color (decimal): -6041946 or 10931875. OLE color: 10931875.
HSL color Cylindrical-coordinate representation of color #A3CEA6: hue angle of 124.19º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CEA6 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 166 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.19 |
| HSL | 124.19º | 0.3% | 0.72% | - |
| HSV(B) | 124.19º | 0.21% | 0.81% | - |
| XYZ | 44.06 | 54.68 | 44.31 | - |
| YUV | 188.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 166 | 0.21 | 0 | 0.19 | 0.19 | 124.19 | 0.3 | 0.72 |
| Hex | A3 | CE | A6 | 15 | 0 | 13 | 13 | 7C | 1E | 48 |
| Octal | 243 | 316 | 246 | 25 | 0 | 23 | 23 | 174 | 36 | 110 |
| Binary | 10100011 | 11001110 | 10100110 | 10101 | 0 | 10011 | 10011 | 1111100 | 11110 | 1001000 |
Color Harmonies of #A3CEA6
Complementary color
Monochromatic Colors of #A3CEA6
Black with #A3CEA6
Text Example
Text Example
White with #A3CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CEA6; }
p { color: rgb(163,206,166); }
H1.HeaderClassName
{
color: #A3CEA6;
}
.AnyTagClassName
{
color: #A3CEA6;
}
</style>
background-color css
<style>
a { background-color: #A3CEA6; }
a { background-color: rgb(163,206,166); }
div.DivClassName
{
background-color: #A3CEA6;
}
.BgClassName
{
background-color: #A3CEA6;
}
</style>
border-color css
<style>
span { border-color: #A3CEA6; }
span { border-color: rgb(163,206,166); }
td.TdClassName
{
border-color: #A3CEA6;
}
.TagClassName
{
border-color: #A3CEA6;
}
</style>