Shades of Chinook #A4C9A8
Tints of Chinook #A4C9A8
RGB
CMYK
RGB Variations
Color information
#A4C9A8 (or 0xA4C9A8) is known color: Chinook. HEX triplet: A4, C9 and A8. RGB value is (164,201,168). Sum of RGB (Red+Green+Blue) = 164+201+168=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C9A8 is #5B3657. Grayscale: #BABABA. Windows color (decimal): -5977688 or 11061668. OLE color: 11061668.
HSL color Cylindrical-coordinate representation of color #A4C9A8: hue angle of 126.49º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4C9A8 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 168 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.21 |
| HSL | 126.49º | 0.26% | 0.72% | - |
| HSV(B) | 126.49º | 0.18% | 0.79% | - |
| XYZ | 43.26 | 52.49 | 44.9 | - |
| YUV | 186.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 168 | 0.18 | 0 | 0.16 | 0.21 | 126.49 | 0.26 | 0.72 |
| Hex | A4 | C9 | A8 | 12 | 0 | 10 | 15 | 7E | 1A | 48 |
| Octal | 244 | 311 | 250 | 22 | 0 | 20 | 25 | 176 | 32 | 110 |
| Binary | 10100100 | 11001001 | 10101000 | 10010 | 0 | 10000 | 10101 | 1111110 | 11010 | 1001000 |
Color Harmonies of #A4C9A8
Complementary color
Monochromatic Colors of #A4C9A8
Black with #A4C9A8
Text Example
Text Example
White with #A4C9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C9A8; }
p { color: rgb(164,201,168); }
H1.HeaderClassName
{
color: #A4C9A8;
}
.AnyTagClassName
{
color: #A4C9A8;
}
</style>
background-color css
<style>
a { background-color: #A4C9A8; }
a { background-color: rgb(164,201,168); }
div.DivClassName
{
background-color: #A4C9A8;
}
.BgClassName
{
background-color: #A4C9A8;
}
</style>
border-color css
<style>
span { border-color: #A4C9A8; }
span { border-color: rgb(164,201,168); }
td.TdClassName
{
border-color: #A4C9A8;
}
.TagClassName
{
border-color: #A4C9A8;
}
</style>