Shades of Chinook #A3CEAC
Tints of Chinook #A3CEAC
RGB
CMYK
RGB Variations
Color information
#A3CEAC (or 0xA3CEAC) is known color: Chinook. HEX triplet: A3, CE and AC. RGB value is (163,206,172). Sum of RGB (Red+Green+Blue) = 163+206+172=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CEAC is #5C3153. Grayscale: #BDBDBD. Windows color (decimal): -6041940 or 11325091. OLE color: 11325091.
HSL color Cylindrical-coordinate representation of color #A3CEAC: hue angle of 132.56º 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 #A3CEAC is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 172 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.19 |
| HSL | 132.56º | 0.3% | 0.72% | - |
| HSV(B) | 132.56º | 0.21% | 0.81% | - |
| XYZ | 44.62 | 54.91 | 47.28 | - |
| YUV | 189.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 172 | 0.21 | 0 | 0.17 | 0.19 | 132.56 | 0.3 | 0.72 |
| Hex | A3 | CE | AC | 15 | 0 | 11 | 13 | 85 | 1E | 48 |
| Octal | 243 | 316 | 254 | 25 | 0 | 21 | 23 | 205 | 36 | 110 |
| Binary | 10100011 | 11001110 | 10101100 | 10101 | 0 | 10001 | 10011 | 10000101 | 11110 | 1001000 |
Color Harmonies of #A3CEAC
Complementary color
Monochromatic Colors of #A3CEAC
Black with #A3CEAC
Text Example
Text Example
White with #A3CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CEAC; }
p { color: rgb(163,206,172); }
H1.HeaderClassName
{
color: #A3CEAC;
}
.AnyTagClassName
{
color: #A3CEAC;
}
</style>
background-color css
<style>
a { background-color: #A3CEAC; }
a { background-color: rgb(163,206,172); }
div.DivClassName
{
background-color: #A3CEAC;
}
.BgClassName
{
background-color: #A3CEAC;
}
</style>
border-color css
<style>
span { border-color: #A3CEAC; }
span { border-color: rgb(163,206,172); }
td.TdClassName
{
border-color: #A3CEAC;
}
.TagClassName
{
border-color: #A3CEAC;
}
</style>