Shades of Chinook #A3CCA5
Tints of Chinook #A3CCA5
RGB
CMYK
RGB Variations
Color information
#A3CCA5 (or 0xA3CCA5) is known color: Chinook. HEX triplet: A3, CC and A5. RGB value is (163,204,165). Sum of RGB (Red+Green+Blue) = 163+204+165=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CCA5 is #5C335A. Grayscale: #BBBBBB. Windows color (decimal): -6042459 or 10865827. OLE color: 10865827.
HSL color Cylindrical-coordinate representation of color #A3CCA5: hue angle of 122.93º 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 #A3CCA5 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 165 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.2 |
| HSL | 122.93º | 0.29% | 0.72% | - |
| HSV(B) | 122.93º | 0.2% | 0.8% | - |
| XYZ | 43.49 | 53.69 | 43.67 | - |
| YUV | 187.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 165 | 0.20 | 0 | 0.19 | 0.2 | 122.93 | 0.29 | 0.72 |
| Hex | A3 | CC | A5 | 14 | 0 | 13 | 14 | 7B | 1D | 48 |
| Octal | 243 | 314 | 245 | 24 | 0 | 23 | 24 | 173 | 35 | 110 |
| Binary | 10100011 | 11001100 | 10100101 | 10100 | 0 | 10011 | 10100 | 1111011 | 11101 | 1001000 |
Color Harmonies of #A3CCA5
Complementary color
Monochromatic Colors of #A3CCA5
Black with #A3CCA5
Text Example
Text Example
White with #A3CCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCA5; }
p { color: rgb(163,204,165); }
H1.HeaderClassName
{
color: #A3CCA5;
}
.AnyTagClassName
{
color: #A3CCA5;
}
</style>
background-color css
<style>
a { background-color: #A3CCA5; }
a { background-color: rgb(163,204,165); }
div.DivClassName
{
background-color: #A3CCA5;
}
.BgClassName
{
background-color: #A3CCA5;
}
</style>
border-color css
<style>
span { border-color: #A3CCA5; }
span { border-color: rgb(163,204,165); }
td.TdClassName
{
border-color: #A3CCA5;
}
.TagClassName
{
border-color: #A3CCA5;
}
</style>