Shades of Chinook #A4CCA9
Tints of Chinook #A4CCA9
RGB
CMYK
RGB Variations
Color information
#A4CCA9 (or 0xA4CCA9) is known color: Chinook. HEX triplet: A4, CC and A9. RGB value is (164,204,169). Sum of RGB (Red+Green+Blue) = 164+204+169=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CCA9 is #5B3356. Grayscale: #BCBCBC. Windows color (decimal): -5976919 or 11127972. OLE color: 11127972.
HSL color Cylindrical-coordinate representation of color #A4CCA9: hue angle of 127.5º degrees, saturation: 0.28, 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 #A4CCA9 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 204 | 169 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.2 |
| HSL | 127.5º | 0.28% | 0.72% | - |
| HSV(B) | 127.5º | 0.2% | 0.8% | - |
| XYZ | 44.06 | 53.94 | 45.63 | - |
| YUV | 188.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 204 | 169 | 0.20 | 0 | 0.17 | 0.2 | 127.5 | 0.28 | 0.72 |
| Hex | A4 | CC | A9 | 14 | 0 | 11 | 14 | 80 | 1C | 48 |
| Octal | 244 | 314 | 251 | 24 | 0 | 21 | 24 | 200 | 34 | 110 |
| Binary | 10100100 | 11001100 | 10101001 | 10100 | 0 | 10001 | 10100 | 10000000 | 11100 | 1001000 |
Color Harmonies of #A4CCA9
Complementary color
Monochromatic Colors of #A4CCA9
Black with #A4CCA9
Text Example
Text Example
White with #A4CCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CCA9; }
p { color: rgb(164,204,169); }
H1.HeaderClassName
{
color: #A4CCA9;
}
.AnyTagClassName
{
color: #A4CCA9;
}
</style>
background-color css
<style>
a { background-color: #A4CCA9; }
a { background-color: rgb(164,204,169); }
div.DivClassName
{
background-color: #A4CCA9;
}
.BgClassName
{
background-color: #A4CCA9;
}
</style>
border-color css
<style>
span { border-color: #A4CCA9; }
span { border-color: rgb(164,204,169); }
td.TdClassName
{
border-color: #A4CCA9;
}
.TagClassName
{
border-color: #A4CCA9;
}
</style>