Shades of Chinook #A0C0A5
Tints of Chinook #A0C0A5
RGB
CMYK
RGB Variations
Color information
#A0C0A5 (or 0xA0C0A5) is known color: Chinook. HEX triplet: A0, C0 and A5. RGB value is (160,192,165). Sum of RGB (Red+Green+Blue) = 160+192+165=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C0A5 is #5F3F5A. Grayscale: #B3B3B3. Windows color (decimal): -6242139 or 10862752. OLE color: 10862752.
HSL color Cylindrical-coordinate representation of color #A0C0A5: hue angle of 129.38º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0C0A5 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 165 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.25 |
| HSL | 129.38º | 0.2% | 0.69% | - |
| HSV(B) | 129.38º | 0.17% | 0.75% | - |
| XYZ | 40.14 | 47.89 | 42.73 | - |
| YUV | 179.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 165 | 0.17 | 0 | 0.14 | 0.25 | 129.38 | 0.2 | 0.69 |
| Hex | A0 | C0 | A5 | 11 | 0 | E | 19 | 81 | 14 | 45 |
| Octal | 240 | 300 | 245 | 21 | 0 | 16 | 31 | 201 | 24 | 105 |
| Binary | 10100000 | 11000000 | 10100101 | 10001 | 0 | 1110 | 11001 | 10000001 | 10100 | 1000101 |
Color Harmonies of #A0C0A5
Complementary color
Monochromatic Colors of #A0C0A5
Black with #A0C0A5
Text Example
Text Example
White with #A0C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C0A5; }
p { color: rgb(160,192,165); }
H1.HeaderClassName
{
color: #A0C0A5;
}
.AnyTagClassName
{
color: #A0C0A5;
}
</style>
background-color css
<style>
a { background-color: #A0C0A5; }
a { background-color: rgb(160,192,165); }
div.DivClassName
{
background-color: #A0C0A5;
}
.BgClassName
{
background-color: #A0C0A5;
}
</style>
border-color css
<style>
span { border-color: #A0C0A5; }
span { border-color: rgb(160,192,165); }
td.TdClassName
{
border-color: #A0C0A5;
}
.TagClassName
{
border-color: #A0C0A5;
}
</style>