Shades of Chinook #A0CFA4
Tints of Chinook #A0CFA4
RGB
CMYK
RGB Variations
Color information
#A0CFA4 (or 0xA0CFA4) is known color: Chinook. HEX triplet: A0, CF and A4. RGB value is (160,207,164). Sum of RGB (Red+Green+Blue) = 160+207+164=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CFA4 is #5F305B. Grayscale: #BCBCBC. Windows color (decimal): -6238300 or 10801056. OLE color: 10801056.
HSL color Cylindrical-coordinate representation of color #A0CFA4: hue angle of 125.11º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CFA4 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 164 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.19 |
| HSL | 125.11º | 0.33% | 0.72% | - |
| HSV(B) | 125.11º | 0.23% | 0.81% | - |
| XYZ | 43.51 | 54.78 | 43.4 | - |
| YUV | 188.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 164 | 0.23 | 0 | 0.21 | 0.19 | 125.11 | 0.33 | 0.72 |
| Hex | A0 | CF | A4 | 17 | 0 | 15 | 13 | 7D | 21 | 48 |
| Octal | 240 | 317 | 244 | 27 | 0 | 25 | 23 | 175 | 41 | 110 |
| Binary | 10100000 | 11001111 | 10100100 | 10111 | 0 | 10101 | 10011 | 1111101 | 100001 | 1001000 |
Color Harmonies of #A0CFA4
Complementary color
Monochromatic Colors of #A0CFA4
Black with #A0CFA4
Text Example
Text Example
White with #A0CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFA4; }
p { color: rgb(160,207,164); }
H1.HeaderClassName
{
color: #A0CFA4;
}
.AnyTagClassName
{
color: #A0CFA4;
}
</style>
background-color css
<style>
a { background-color: #A0CFA4; }
a { background-color: rgb(160,207,164); }
div.DivClassName
{
background-color: #A0CFA4;
}
.BgClassName
{
background-color: #A0CFA4;
}
</style>
border-color css
<style>
span { border-color: #A0CFA4; }
span { border-color: rgb(160,207,164); }
td.TdClassName
{
border-color: #A0CFA4;
}
.TagClassName
{
border-color: #A0CFA4;
}
</style>