Shades of Chinook #A0CCA4
Tints of Chinook #A0CCA4
RGB
CMYK
RGB Variations
Color information
#A0CCA4 (or 0xA0CCA4) is known color: Chinook. HEX triplet: A0, CC and A4. RGB value is (160,204,164). Sum of RGB (Red+Green+Blue) = 160+204+164=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CCA4 is #5F335B. Grayscale: #BABABA. Windows color (decimal): -6239068 or 10800288. OLE color: 10800288.
HSL color Cylindrical-coordinate representation of color #A0CCA4: hue angle of 125.45º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCA4 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 164 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.2 |
| HSL | 125.45º | 0.3% | 0.71% | - |
| HSV(B) | 125.45º | 0.22% | 0.8% | - |
| XYZ | 42.79 | 53.34 | 43.16 | - |
| YUV | 186.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 164 | 0.22 | 0 | 0.20 | 0.2 | 125.45 | 0.3 | 0.71 |
| Hex | A0 | CC | A4 | 16 | 0 | 14 | 14 | 7D | 1E | 47 |
| Octal | 240 | 314 | 244 | 26 | 0 | 24 | 24 | 175 | 36 | 107 |
| Binary | 10100000 | 11001100 | 10100100 | 10110 | 0 | 10100 | 10100 | 1111101 | 11110 | 1000111 |
Color Harmonies of #A0CCA4
Complementary color
Monochromatic Colors of #A0CCA4
Black with #A0CCA4
Text Example
Text Example
White with #A0CCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCA4; }
p { color: rgb(160,204,164); }
H1.HeaderClassName
{
color: #A0CCA4;
}
.AnyTagClassName
{
color: #A0CCA4;
}
</style>
background-color css
<style>
a { background-color: #A0CCA4; }
a { background-color: rgb(160,204,164); }
div.DivClassName
{
background-color: #A0CCA4;
}
.BgClassName
{
background-color: #A0CCA4;
}
</style>
border-color css
<style>
span { border-color: #A0CCA4; }
span { border-color: rgb(160,204,164); }
td.TdClassName
{
border-color: #A0CCA4;
}
.TagClassName
{
border-color: #A0CCA4;
}
</style>