Shades of Chinook #A3CCAC
Tints of Chinook #A3CCAC
RGB
CMYK
RGB Variations
Color information
#A3CCAC (or 0xA3CCAC) is known color: Chinook. HEX triplet: A3, CC and AC. RGB value is (163,204,172). Sum of RGB (Red+Green+Blue) = 163+204+172=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CCAC is #5C3353. Grayscale: #BCBCBC. Windows color (decimal): -6042452 or 11324579. OLE color: 11324579.
HSL color Cylindrical-coordinate representation of color #A3CCAC: hue angle of 133.17º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CCAC is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 172 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.2 |
| HSL | 133.17º | 0.29% | 0.72% | - |
| HSV(B) | 133.17º | 0.2% | 0.8% | - |
| XYZ | 44.14 | 53.95 | 47.12 | - |
| YUV | 188.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 172 | 0.20 | 0 | 0.16 | 0.2 | 133.17 | 0.29 | 0.72 |
| Hex | A3 | CC | AC | 14 | 0 | 10 | 14 | 85 | 1D | 48 |
| Octal | 243 | 314 | 254 | 24 | 0 | 20 | 24 | 205 | 35 | 110 |
| Binary | 10100011 | 11001100 | 10101100 | 10100 | 0 | 10000 | 10100 | 10000101 | 11101 | 1001000 |
Color Harmonies of #A3CCAC
Complementary color
Monochromatic Colors of #A3CCAC
Black with #A3CCAC
Text Example
Text Example
White with #A3CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCAC; }
p { color: rgb(163,204,172); }
H1.HeaderClassName
{
color: #A3CCAC;
}
.AnyTagClassName
{
color: #A3CCAC;
}
</style>
background-color css
<style>
a { background-color: #A3CCAC; }
a { background-color: rgb(163,204,172); }
div.DivClassName
{
background-color: #A3CCAC;
}
.BgClassName
{
background-color: #A3CCAC;
}
</style>
border-color css
<style>
span { border-color: #A3CCAC; }
span { border-color: rgb(163,204,172); }
td.TdClassName
{
border-color: #A3CCAC;
}
.TagClassName
{
border-color: #A3CCAC;
}
</style>