Shades of Chinook #A3CEA8
Tints of Chinook #A3CEA8
RGB
CMYK
RGB Variations
Color information
#A3CEA8 (or 0xA3CEA8) is known color: Chinook. HEX triplet: A3, CE and A8. RGB value is (163,206,168). Sum of RGB (Red+Green+Blue) = 163+206+168=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CEA8 is #5C3157. Grayscale: #BCBCBC. Windows color (decimal): -6041944 or 11062947. OLE color: 11062947.
HSL color Cylindrical-coordinate representation of color #A3CEA8: hue angle of 126.98º 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 #A3CEA8 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 168 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.19 |
| HSL | 126.98º | 0.3% | 0.72% | - |
| HSV(B) | 126.98º | 0.21% | 0.81% | - |
| XYZ | 44.24 | 54.76 | 45.28 | - |
| YUV | 188.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 168 | 0.21 | 0 | 0.18 | 0.19 | 126.98 | 0.3 | 0.72 |
| Hex | A3 | CE | A8 | 15 | 0 | 12 | 13 | 7F | 1E | 48 |
| Octal | 243 | 316 | 250 | 25 | 0 | 22 | 23 | 177 | 36 | 110 |
| Binary | 10100011 | 11001110 | 10101000 | 10101 | 0 | 10010 | 10011 | 1111111 | 11110 | 1001000 |
Color Harmonies of #A3CEA8
Complementary color
Monochromatic Colors of #A3CEA8
Black with #A3CEA8
Text Example
Text Example
White with #A3CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CEA8; }
p { color: rgb(163,206,168); }
H1.HeaderClassName
{
color: #A3CEA8;
}
.AnyTagClassName
{
color: #A3CEA8;
}
</style>
background-color css
<style>
a { background-color: #A3CEA8; }
a { background-color: rgb(163,206,168); }
div.DivClassName
{
background-color: #A3CEA8;
}
.BgClassName
{
background-color: #A3CEA8;
}
</style>
border-color css
<style>
span { border-color: #A3CEA8; }
span { border-color: rgb(163,206,168); }
td.TdClassName
{
border-color: #A3CEA8;
}
.TagClassName
{
border-color: #A3CEA8;
}
</style>