Shades of Chinook #A0C1A5
Tints of Chinook #A0C1A5
RGB
CMYK
RGB Variations
Color information
#A0C1A5 (or 0xA0C1A5) is known color: Chinook. HEX triplet: A0, C1 and A5. RGB value is (160,193,165). Sum of RGB (Red+Green+Blue) = 160+193+165=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C1A5 is #5F3E5A. Grayscale: #B4B4B4. Windows color (decimal): -6241883 or 10863008. OLE color: 10863008.
HSL color Cylindrical-coordinate representation of color #A0C1A5: hue angle of 129.09º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0C1A5 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 165 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.24 |
| HSL | 129.09º | 0.21% | 0.69% | - |
| HSV(B) | 129.09º | 0.17% | 0.76% | - |
| XYZ | 40.36 | 48.33 | 42.8 | - |
| YUV | 179.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 165 | 0.17 | 0 | 0.15 | 0.24 | 129.09 | 0.21 | 0.69 |
| Hex | A0 | C1 | A5 | 11 | 0 | F | 18 | 81 | 15 | 45 |
| Octal | 240 | 301 | 245 | 21 | 0 | 17 | 30 | 201 | 25 | 105 |
| Binary | 10100000 | 11000001 | 10100101 | 10001 | 0 | 1111 | 11000 | 10000001 | 10101 | 1000101 |
Color Harmonies of #A0C1A5
Complementary color
Monochromatic Colors of #A0C1A5
Black with #A0C1A5
Text Example
Text Example
White with #A0C1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C1A5; }
p { color: rgb(160,193,165); }
H1.HeaderClassName
{
color: #A0C1A5;
}
.AnyTagClassName
{
color: #A0C1A5;
}
</style>
background-color css
<style>
a { background-color: #A0C1A5; }
a { background-color: rgb(160,193,165); }
div.DivClassName
{
background-color: #A0C1A5;
}
.BgClassName
{
background-color: #A0C1A5;
}
</style>
border-color css
<style>
span { border-color: #A0C1A5; }
span { border-color: rgb(160,193,165); }
td.TdClassName
{
border-color: #A0C1A5;
}
.TagClassName
{
border-color: #A0C1A5;
}
</style>