Shades of Chinook #A3CCA8
Tints of Chinook #A3CCA8
RGB
CMYK
RGB Variations
Color information
#A3CCA8 (or 0xA3CCA8) is known color: Chinook. HEX triplet: A3, CC and A8. RGB value is (163,204,168). Sum of RGB (Red+Green+Blue) = 163+204+168=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CCA8 is #5C3357. Grayscale: #BBBBBB. Windows color (decimal): -6042456 or 11062435. OLE color: 11062435.
HSL color Cylindrical-coordinate representation of color #A3CCA8: hue angle of 127.32º 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 #A3CCA8 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 168 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.2 |
| HSL | 127.32º | 0.29% | 0.72% | - |
| HSV(B) | 127.32º | 0.2% | 0.8% | - |
| XYZ | 43.77 | 53.8 | 45.12 | - |
| YUV | 187.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 168 | 0.20 | 0 | 0.18 | 0.2 | 127.32 | 0.29 | 0.72 |
| Hex | A3 | CC | A8 | 14 | 0 | 12 | 14 | 7F | 1D | 48 |
| Octal | 243 | 314 | 250 | 24 | 0 | 22 | 24 | 177 | 35 | 110 |
| Binary | 10100011 | 11001100 | 10101000 | 10100 | 0 | 10010 | 10100 | 1111111 | 11101 | 1001000 |
Color Harmonies of #A3CCA8
Complementary color
Monochromatic Colors of #A3CCA8
Black with #A3CCA8
Text Example
Text Example
White with #A3CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCA8; }
p { color: rgb(163,204,168); }
H1.HeaderClassName
{
color: #A3CCA8;
}
.AnyTagClassName
{
color: #A3CCA8;
}
</style>
background-color css
<style>
a { background-color: #A3CCA8; }
a { background-color: rgb(163,204,168); }
div.DivClassName
{
background-color: #A3CCA8;
}
.BgClassName
{
background-color: #A3CCA8;
}
</style>
border-color css
<style>
span { border-color: #A3CCA8; }
span { border-color: rgb(163,204,168); }
td.TdClassName
{
border-color: #A3CCA8;
}
.TagClassName
{
border-color: #A3CCA8;
}
</style>