Shades of Chinook #A0C3A7
Tints of Chinook #A0C3A7
RGB
CMYK
RGB Variations
Color information
#A0C3A7 (or 0xA0C3A7) is known color: Chinook. HEX triplet: A0, C3 and A7. RGB value is (160,195,167). Sum of RGB (Red+Green+Blue) = 160+195+167=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C3A7 is #5F3C58. Grayscale: #B5B5B5. Windows color (decimal): -6241369 or 10994592. OLE color: 10994592.
HSL color Cylindrical-coordinate representation of color #A0C3A7: hue angle of 132º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0C3A7 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 167 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.24 |
| HSL | 132º | 0.23% | 0.7% | - |
| HSV(B) | 132º | 0.18% | 0.76% | - |
| XYZ | 40.99 | 49.29 | 43.91 | - |
| YUV | 181.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 167 | 0.18 | 0 | 0.14 | 0.24 | 132 | 0.23 | 0.7 |
| Hex | A0 | C3 | A7 | 12 | 0 | E | 18 | 84 | 17 | 46 |
| Octal | 240 | 303 | 247 | 22 | 0 | 16 | 30 | 204 | 27 | 106 |
| Binary | 10100000 | 11000011 | 10100111 | 10010 | 0 | 1110 | 11000 | 10000100 | 10111 | 1000110 |
Color Harmonies of #A0C3A7
Complementary color
Monochromatic Colors of #A0C3A7
Black with #A0C3A7
Text Example
Text Example
White with #A0C3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C3A7; }
p { color: rgb(160,195,167); }
H1.HeaderClassName
{
color: #A0C3A7;
}
.AnyTagClassName
{
color: #A0C3A7;
}
</style>
background-color css
<style>
a { background-color: #A0C3A7; }
a { background-color: rgb(160,195,167); }
div.DivClassName
{
background-color: #A0C3A7;
}
.BgClassName
{
background-color: #A0C3A7;
}
</style>
border-color css
<style>
span { border-color: #A0C3A7; }
span { border-color: rgb(160,195,167); }
td.TdClassName
{
border-color: #A0C3A7;
}
.TagClassName
{
border-color: #A0C3A7;
}
</style>