Shades of Chinook #A0CDA3
Tints of Chinook #A0CDA3
RGB
CMYK
RGB Variations
Color information
#A0CDA3 (or 0xA0CDA3) is known color: Chinook. HEX triplet: A0, CD and A3. RGB value is (160,205,163). Sum of RGB (Red+Green+Blue) = 160+205+163=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CDA3 is #5F325C. Grayscale: #BABABA. Windows color (decimal): -6238813 or 10735008. OLE color: 10735008.
HSL color Cylindrical-coordinate representation of color #A0CDA3: hue angle of 124º 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 #A0CDA3 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 163 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.20 |
| HSL | 124º | 0.31% | 0.72% | - |
| HSV(B) | 124º | 0.22% | 0.8% | - |
| XYZ | 42.94 | 53.78 | 42.77 | - |
| YUV | 186.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 163 | 0.22 | 0 | 0.20 | 0.20 | 124 | 0.31 | 0.72 |
| Hex | A0 | CD | A3 | 16 | 0 | 14 | 14 | 7C | 1F | 48 |
| Octal | 240 | 315 | 243 | 26 | 0 | 24 | 24 | 174 | 37 | 110 |
| Binary | 10100000 | 11001101 | 10100011 | 10110 | 0 | 10100 | 10100 | 1111100 | 11111 | 1001000 |
Color Harmonies of #A0CDA3
Complementary color
Monochromatic Colors of #A0CDA3
Black with #A0CDA3
Text Example
Text Example
White with #A0CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CDA3; }
p { color: rgb(160,205,163); }
H1.HeaderClassName
{
color: #A0CDA3;
}
.AnyTagClassName
{
color: #A0CDA3;
}
</style>
background-color css
<style>
a { background-color: #A0CDA3; }
a { background-color: rgb(160,205,163); }
div.DivClassName
{
background-color: #A0CDA3;
}
.BgClassName
{
background-color: #A0CDA3;
}
</style>
border-color css
<style>
span { border-color: #A0CDA3; }
span { border-color: rgb(160,205,163); }
td.TdClassName
{
border-color: #A0CDA3;
}
.TagClassName
{
border-color: #A0CDA3;
}
</style>