Shades of Chinook #A0CDA6
Tints of Chinook #A0CDA6
RGB
CMYK
RGB Variations
Color information
#A0CDA6 (or 0xA0CDA6) is known color: Chinook. HEX triplet: A0, CD and A6. RGB value is (160,205,166). Sum of RGB (Red+Green+Blue) = 160+205+166=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CDA6 is #5F3259. Grayscale: #BBBBBB. Windows color (decimal): -6238810 or 10931616. OLE color: 10931616.
HSL color Cylindrical-coordinate representation of color #A0CDA6: hue angle of 128º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CDA6 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 166 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.20 |
| HSL | 128º | 0.31% | 0.72% | - |
| HSV(B) | 128º | 0.22% | 0.8% | - |
| XYZ | 43.21 | 53.89 | 44.2 | - |
| YUV | 187.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 166 | 0.22 | 0 | 0.19 | 0.20 | 128 | 0.31 | 0.72 |
| Hex | A0 | CD | A6 | 16 | 0 | 13 | 14 | 80 | 1F | 48 |
| Octal | 240 | 315 | 246 | 26 | 0 | 23 | 24 | 200 | 37 | 110 |
| Binary | 10100000 | 11001101 | 10100110 | 10110 | 0 | 10011 | 10100 | 10000000 | 11111 | 1001000 |
Color Harmonies of #A0CDA6
Complementary color
Monochromatic Colors of #A0CDA6
Black with #A0CDA6
Text Example
Text Example
White with #A0CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CDA6; }
p { color: rgb(160,205,166); }
H1.HeaderClassName
{
color: #A0CDA6;
}
.AnyTagClassName
{
color: #A0CDA6;
}
</style>
background-color css
<style>
a { background-color: #A0CDA6; }
a { background-color: rgb(160,205,166); }
div.DivClassName
{
background-color: #A0CDA6;
}
.BgClassName
{
background-color: #A0CDA6;
}
</style>
border-color css
<style>
span { border-color: #A0CDA6; }
span { border-color: rgb(160,205,166); }
td.TdClassName
{
border-color: #A0CDA6;
}
.TagClassName
{
border-color: #A0CDA6;
}
</style>