Shades of Chinook #A0CFA3
Tints of Chinook #A0CFA3
RGB
CMYK
RGB Variations
Color information
#A0CFA3 (or 0xA0CFA3) is known color: Chinook. HEX triplet: A0, CF and A3. RGB value is (160,207,163). Sum of RGB (Red+Green+Blue) = 160+207+163=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CFA3 is #5F305C. Grayscale: #BCBCBC. Windows color (decimal): -6238301 or 10735520. OLE color: 10735520.
HSL color Cylindrical-coordinate representation of color #A0CFA3: hue angle of 123.83º 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 #A0CFA3 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 163 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.19 |
| HSL | 123.83º | 0.33% | 0.72% | - |
| HSV(B) | 123.83º | 0.23% | 0.81% | - |
| XYZ | 43.42 | 54.74 | 42.93 | - |
| YUV | 187.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 163 | 0.23 | 0 | 0.21 | 0.19 | 123.83 | 0.33 | 0.72 |
| Hex | A0 | CF | A3 | 17 | 0 | 15 | 13 | 7C | 21 | 48 |
| Octal | 240 | 317 | 243 | 27 | 0 | 25 | 23 | 174 | 41 | 110 |
| Binary | 10100000 | 11001111 | 10100011 | 10111 | 0 | 10101 | 10011 | 1111100 | 100001 | 1001000 |
Color Harmonies of #A0CFA3
Complementary color
Monochromatic Colors of #A0CFA3
Black with #A0CFA3
Text Example
Text Example
White with #A0CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFA3; }
p { color: rgb(160,207,163); }
H1.HeaderClassName
{
color: #A0CFA3;
}
.AnyTagClassName
{
color: #A0CFA3;
}
</style>
background-color css
<style>
a { background-color: #A0CFA3; }
a { background-color: rgb(160,207,163); }
div.DivClassName
{
background-color: #A0CFA3;
}
.BgClassName
{
background-color: #A0CFA3;
}
</style>
border-color css
<style>
span { border-color: #A0CFA3; }
span { border-color: rgb(160,207,163); }
td.TdClassName
{
border-color: #A0CFA3;
}
.TagClassName
{
border-color: #A0CFA3;
}
</style>