Shades of Chinook #A4CAA8
Tints of Chinook #A4CAA8
RGB
CMYK
RGB Variations
Color information
#A4CAA8 (or 0xA4CAA8) is known color: Chinook. HEX triplet: A4, CA and A8. RGB value is (164,202,168). Sum of RGB (Red+Green+Blue) = 164+202+168=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CAA8 is #5B3557. Grayscale: #BABABA. Windows color (decimal): -5977432 or 11061924. OLE color: 11061924.
HSL color Cylindrical-coordinate representation of color #A4CAA8: hue angle of 126.32º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4CAA8 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 168 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.21 |
| HSL | 126.32º | 0.26% | 0.72% | - |
| HSV(B) | 126.32º | 0.19% | 0.79% | - |
| XYZ | 43.5 | 52.96 | 44.98 | - |
| YUV | 186.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 168 | 0.19 | 0 | 0.17 | 0.21 | 126.32 | 0.26 | 0.72 |
| Hex | A4 | CA | A8 | 13 | 0 | 11 | 15 | 7E | 1A | 48 |
| Octal | 244 | 312 | 250 | 23 | 0 | 21 | 25 | 176 | 32 | 110 |
| Binary | 10100100 | 11001010 | 10101000 | 10011 | 0 | 10001 | 10101 | 1111110 | 11010 | 1001000 |
Color Harmonies of #A4CAA8
Complementary color
Monochromatic Colors of #A4CAA8
Black with #A4CAA8
Text Example
Text Example
White with #A4CAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CAA8; }
p { color: rgb(164,202,168); }
H1.HeaderClassName
{
color: #A4CAA8;
}
.AnyTagClassName
{
color: #A4CAA8;
}
</style>
background-color css
<style>
a { background-color: #A4CAA8; }
a { background-color: rgb(164,202,168); }
div.DivClassName
{
background-color: #A4CAA8;
}
.BgClassName
{
background-color: #A4CAA8;
}
</style>
border-color css
<style>
span { border-color: #A4CAA8; }
span { border-color: rgb(164,202,168); }
td.TdClassName
{
border-color: #A4CAA8;
}
.TagClassName
{
border-color: #A4CAA8;
}
</style>