Shades of Chinook #A0CAA8
Tints of Chinook #A0CAA8
RGB
CMYK
RGB Variations
Color information
#A0CAA8 (or 0xA0CAA8) is known color: Chinook. HEX triplet: A0, CA and A8. RGB value is (160,202,168). Sum of RGB (Red+Green+Blue) = 160+202+168=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CAA8 is #5F3557. Grayscale: #B9B9B9. Windows color (decimal): -6239576 or 11061920. OLE color: 11061920.
HSL color Cylindrical-coordinate representation of color #A0CAA8: hue angle of 131.43º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CAA8 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 168 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.21 |
| HSL | 131.43º | 0.28% | 0.71% | - |
| HSV(B) | 131.43º | 0.21% | 0.79% | - |
| XYZ | 42.69 | 52.54 | 44.94 | - |
| YUV | 185.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 168 | 0.21 | 0 | 0.17 | 0.21 | 131.43 | 0.28 | 0.71 |
| Hex | A0 | CA | A8 | 15 | 0 | 11 | 15 | 83 | 1C | 47 |
| Octal | 240 | 312 | 250 | 25 | 0 | 21 | 25 | 203 | 34 | 107 |
| Binary | 10100000 | 11001010 | 10101000 | 10101 | 0 | 10001 | 10101 | 10000011 | 11100 | 1000111 |
Color Harmonies of #A0CAA8
Complementary color
Monochromatic Colors of #A0CAA8
Black with #A0CAA8
Text Example
Text Example
White with #A0CAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CAA8; }
p { color: rgb(160,202,168); }
H1.HeaderClassName
{
color: #A0CAA8;
}
.AnyTagClassName
{
color: #A0CAA8;
}
</style>
background-color css
<style>
a { background-color: #A0CAA8; }
a { background-color: rgb(160,202,168); }
div.DivClassName
{
background-color: #A0CAA8;
}
.BgClassName
{
background-color: #A0CAA8;
}
</style>
border-color css
<style>
span { border-color: #A0CAA8; }
span { border-color: rgb(160,202,168); }
td.TdClassName
{
border-color: #A0CAA8;
}
.TagClassName
{
border-color: #A0CAA8;
}
</style>